COLOR #C597E5

HEX: #C597E5
RGB: (197,151,229)

Renk bilgisi

#C597E5 contains mainly red and blue colors. #C597E5 ‘ nin web güvenlik rengi #CC99CC (ya da #C9C) dir.

RGB renk modeli

#C597E5 color RGB value is (197,151,229).

  • kırmız ton 197;
  • yeşil ton 151;
  • mavi ton 229.
RGB:
(197,151,229)
(77%,59%,90%)

RGB bağlantıları ve doygunluk

R 197 of 255 = 77%
G 151 of 255 = 59%
B 229 of 255 = 90%

197
151
229

R + G + B ~ 75%. #C597E5 is quite light color.

Yüzdelerle RGB renk parçaları

R + G + B =
197 + 151 + 229 = 577 (100%)
R 197 of 577 ~ 34.14%
G 151 of 577 ~ 26.17%
B 229 of 577 ~ 39.69%

%34.14
%26.17
%39.69

CMYK RENK MODELİ

#C597E5 rengi CMYK tonu (14,34,0,10).

  • camgöbeği tonu 13.97%
  • eflatun tonu 34.06%
  • sarı tonu 0.00%
  • ana renk tonu 10.20%
CMYK:
(14,34,0,10)
C14M34Y0K10 
(14%,34%,0%,10%)
(0.14/0.34/0.00/0.10)	

CMYK yüzdeleri

%13.97
%34.06
%0
%10.2

Codes

Color #C597E5 in popluar color models

C597E5
RGB197151229
HSL275°60.00%74.51%
HSB/HSV275°34.06%89.80%
CMYK13.97%34.06%0.00%
10.20%

Color #C597E5 in popluar number systems.

HEXC597E5
Decimal197151229
Binary110001011001011111100101
Octal305227345

Shades and tints

Shades of #C597E5

#C597E5
(197,151,229)
#B48AD1
(180,138,209)
#A37DBD
(163,125,189)
#9270A9
(146,112,169)
#816395
(129,99,149)
#705681
(112,86,129)
#5F496D
(95,73,109)
#4E3C59
(78,60,89)
#3D2F45
(61,47,69)
#2C2231
(44,34,49)
#1B151D
(27,21,29)
#000000
(0,0,0)

Tints of #C597E5

#C597E5
(197,151,229)
#CAA0E7
(202,160,231)
#CFA9E9
(207,169,233)
#D4B2EB
(212,178,235)
#D9BBED
(217,187,237)
#DEC4EF
(222,196,239)
#E3CDF1
(227,205,241)
#E8D6F3
(232,214,243)
#EDDFF5
(237,223,245)
#F2E8F7
(242,232,247)
#F7F1F9
(247,241,249)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C597E5 color. Also use rgb(197,151,229) instead hex code.

Text Font Color

.myTextColor { color: #C597E5; }

<p style="color:#C597E5">This sample text font color is #C597E5.</p>

This text font color is #C597E5.


Background Color

.myBgColor { background-color: #C597E5; }

<div style="background-color:#C597E5">Inner text</div>

This div background color is #C597E5.


Border color

.myBorderColor { border: 1px solid #C597E5; }

<div style="border:3px solid #C597E5">Div</div>

This div border color is #C597E5.


Opacity

.myOpacity80 { color: #C597E5; opacity: 0.8; }

<p style="color:#C597E5;opacity:0.8;">80%</p>

Text with #C597E5 color and opacity 100% | 80% | 50% | 30%.

Background with opacity value 100%.

Background with opacity value 80%.

Background with opacity value 50%.

Background with opacity value 30%.

Text shadow color

.textShadow {text-shadow: 3px 3px 1px #C597E5;}

<p style="text-shadow: 3px 3px 1px #C597E5">Text here.</p>

This text has shadow with #C597E5 color.

.textShadow {text-shadow: 3px 3px 1px #C597E5, 3px 3px 1px red;}

<p style="text-shadow: 3px 3px 1px #C597E5, 5px 5px 20px red">Text here.</p>

This text has shadow with #C597E5 primary color and red secondary color.


Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#C597E5, Direction=45, Strength=4)}

<p style="filter: Shadow(Color=#C597E5, Direction=45, Strength=4)">Text</p>

This text has shadow with #C597E5 and red colors in old Internet Explorer.


Div box shadow color

/* css code */
.divShadow
{
  -moz-box-shadow:	1px 1px 3px 2px #C597E5;
  -webkit-box-shadow:	1px 1px 3px 2px #C597E5;
  box-shadow:		1px 1px 3px 2px #C597E5;
}

/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #C597E5;
-webkit-box-shadow: 1px 1px 3px 2px #C597E5;
box-shadow:1px 1px 3px 2px #C597E5;">
Div content here</div>
This div box has shadow with color #C597E5.

Preview

Color preview on black background

This text has color #C597E5 on black background.


Color preview on white background

This text has color #C597E5 on white background.



Black color preview on #C597E5 background

This text has black color on #C597E5 background.


White color preview on #C597E5 background

This text has white color on #C597E5 background.