#C99CCD

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

Shades of Lilac #C99CCD

Tints of Lilac #C99CCD

Color information

#C99CCD (or 0xC99CCD) is unknown color: approx Lilac. HEX triplet: C9, 9C and CD. RGB value is (201,156,205). Sum of RGB (Red+Green+Blue) = 201+156+205=562 (74% of max value = 765). Red value is 201 (78.91% from 255 or 35.77% from 562); Green value is 156 (61.33% from 255 or 27.76% from 562); Blue value is 205 (80.47% from 255 or 36.48% from 562); Max value from RGB is 205 - color contains mainly: blue. Hex color #C99CCD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C99CCD is #366332. Grayscale: #AEAEAE. Windows color (decimal): -3564339 or 13475017. OLE color: 13475017.

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

Color convert

RGB201156205-
CMYK0.020.2400.20
HSL295.1º32.89%70.78%-
HSV(B)295.1º23.9%80.39%-
XYZ4740.663.12-
YUV175.04144.91146.52-

RGB Variations

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

RGB

RED value IS 201 (78.91% from 255) = 35.77%
GREEN value IS 156 (61.33% from 255) = 27.76%
BLUE value IS 205 (80.47% from 255) = 36.48%
R=35.77%
G=27.76%
B=36.48%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal2011562050.020.2400.20295.132.8970.78
HexC99CCD2180141272147
Octal31123431523002444741107
Binary11001001100111001100110110110000101001001001111000011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C99CCD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C99CCD; }

 p { color: rgb(201,156,205); }

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

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

 a { background-color: rgb(201,156,205); }

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

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

 span { border-color: rgb(201,156,205); }

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