COLOR #C59DF2

HEX: #C59DF2
RGB: (197,157,242)

Color info

#C59DF2 contains mainly red and blue colors. Web safe color of #C59DF2 is #CC99FF (or #C9F).

RGB color model

#C59DF2 color RGB value is (197,157,242).

  • red value is 197;
  • green value is 157;
  • blue value is 242.
RGB:
(197,157,242)
(77%,62%,95%)

RGB channels and saturation

R 197 of 255 = 77%
G 157 of 255 = 62%
B 242 of 255 = 95%

197
157
242

R + G + B ~ 78%. #C59DF2 is quite light color.

Portions of RGB colors in percentages

R + G + B =
197 + 157 + 242 = 596 (100%)
R 197 of 596 ~ 33.05%
G 157 of 596 ~ 26.34%
B 242 of 596 ~ 40.6%

%33.05
%26.34
%40.6

CMYK color model

#C59DF2 color CMYK value is (19,35,0,5).

  • cyan value is 18.60%
  • magenta value is 35.12%
  • yellow value is 0.00%
  • key color value is 5.10%
CMYK:
(19,35,0,5)
C19M35Y0K5 
(19%,35%,0%,5%)
(0.19/0.35/0.00/0.05)	

CMYK percentages

%18.6
%35.12
%0
%5.1

Codes

Color #C59DF2 in popluar color models

C59DF2
RGB197157242
HSL268°76.58%78.24%
HSB/HSV268°35.12%94.90%
CMYK18.60%35.12%0.00%
5.10%

Color #C59DF2 in popluar number systems.

HEXC59DF2
Decimal197157242
Binary110001011001110111110010
Octal305235362

Shades and tints

Shades of #C59DF2

#C59DF2
(197,157,242)
#B48FDC
(180,143,220)
#A381C6
(163,129,198)
#9273B0
(146,115,176)
#81659A
(129,101,154)
#705784
(112,87,132)
#5F496E
(95,73,110)
#4E3B58
(78,59,88)
#3D2D42
(61,45,66)
#2C1F2C
(44,31,44)
#1B1116
(27,17,22)
#000000
(0,0,0)

Tints of #C59DF2

#C59DF2
(197,157,242)
#CAA5F3
(202,165,243)
#CFADF4
(207,173,244)
#D4B5F5
(212,181,245)
#D9BDF6
(217,189,246)
#DEC5F7
(222,197,247)
#E3CDF8
(227,205,248)
#E8D5F9
(232,213,249)
#EDDDFA
(237,221,250)
#F2E5FB
(242,229,251)
#F7EDFC
(247,237,252)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C59DF2 color. Also use rgb(197,157,242) instead hex code.

Text Font Color

.myTextColor { color: #C59DF2; }

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

This text font color is #C59DF2.


Background Color

.myBgColor { background-color: #C59DF2; }

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

This div background color is #C59DF2.


Border color

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

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

This div border color is #C59DF2.


Opacity

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

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

Text with #C59DF2 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 #C59DF2;}

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

This text has shadow with #C59DF2 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C59DF2 on black background.


Color preview on white background

This text has color #C59DF2 on white background.



Black color preview on #C59DF2 background

This text has black color on #C59DF2 background.


White color preview on #C59DF2 background

This text has white color on #C59DF2 background.