#C99DCB

Color #C99DCB Lilac (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Lilac #C99DCB

Tints of Lilac #C99DCB

Color information

#C99DCB (or 0xC99DCB) is unknown color: approx Lilac. HEX triplet: C9, 9D and CB. RGB value is (201,157,203). Sum of RGB (Red+Green+Blue) = 201+157+203=561 (74% of max value = 765). Red value is 201 (78.91% from 255 or 35.83% from 561); Green value is 157 (61.72% from 255 or 27.99% from 561); Blue value is 203 (79.69% from 255 or 36.19% from 561); Max value from RGB is 203 - color contains mainly: blue. Hex color #C99DCB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C99DCB is #366234. Grayscale: #AFAFAF. Windows color (decimal): -3564085 or 13344201. OLE color: 13344201.

HSL color Cylindrical-coordinate representation of color #C99DCB: hue angle of 297.39º degrees, saturation: 0.31, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #C99DCB is Cyan = 0.01, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB201157203-
CMYK0.010.2300.20
HSL297.39º30.67%70.59%-
HSV(B)297.39º22.66%79.61%-
XYZ46.9240.8461.91-
YUV175.4143.58146.26-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 201 (78.91% from 255) = 35.83%
GREEN value IS 157 (61.72% from 255) = 27.99%
BLUE value IS 203 (79.69% from 255) = 36.19%
R=35.83%
G=27.99%
B=36.19%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal2011572030.010.2300.20297.3930.6770.59
HexC99DCB1170141291f47
Octal31123531312702445137107
Binary110010011001110111001011110111010100100101001111111000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C99DCB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C99DCB; }

 p { color: rgb(201,157,203); }

 H1.HeaderClassName
 {
   color: #C99DCB;
 }
 .AnyTagClassName
 {
   color: #C99DCB;
 }
</style>
background-color css

<style>
 a { background-color: #C99DCB; }

 a { background-color: rgb(201,157,203); }

 div.DivClassName
 {
   background-color: #C99DCB;
 }
 .BgClassName
 {
   background-color: #C99DCB;
 }
</style>
border-color css

<style>
 span { border-color: #C99DCB; }

 span { border-color: rgb(201,157,203); }

 td.TdClassName
 {
   border-color: #C99DCB;
 }
 .TagClassName
 {
   border-color: #C99DCB;
 }
</style>