#C999CD

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

Shades of Lilac #C999CD

Tints of Lilac #C999CD

Color information

#C999CD (or 0xC999CD) is unknown color: approx Lilac. HEX triplet: C9, 99 and CD. RGB value is (201,153,205). Sum of RGB (Red+Green+Blue) = 201+153+205=559 (74% of max value = 765). Red value is 201 (78.91% from 255 or 35.96% from 559); Green value is 153 (60.16% from 255 or 27.37% from 559); Blue value is 205 (80.47% from 255 or 36.67% from 559); Max value from RGB is 205 - color contains mainly: blue. Hex color #C999CD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C999CD is #366632. Grayscale: #ADADAD. Windows color (decimal): -3565107 or 13474249. OLE color: 13474249.

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

Color convert

RGB201153205-
CMYK0.020.2500.20
HSL295.38º34.21%70.2%-
HSV(B)295.38º25.37%80.39%-
XYZ46.539.6162.95-
YUV173.28145.9147.77-

RGB Variations

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

RGB

RED value IS 201 (78.91% from 255) = 35.96%
GREEN value IS 153 (60.16% from 255) = 27.37%
BLUE value IS 205 (80.47% from 255) = 36.67%
R=35.96%
G=27.37%
B=36.67%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal2011532050.020.2500.20295.3834.2170.2
HexC999CD2190141272246
Octal31123131523102444742106
Binary11001001100110011100110110110010101001001001111000101000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C999CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C999CD; }

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

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

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

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

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

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

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

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