#C990CB

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

Shades of Lilac #C990CB

Tints of Lilac #C990CB

Color information

#C990CB (or 0xC990CB) is unknown color: approx Lilac. HEX triplet: C9, 90 and CB. RGB value is (201,144,203). Sum of RGB (Red+Green+Blue) = 201+144+203=548 (72% of max value = 765). Red value is 201 (78.91% from 255 or 36.68% from 548); Green value is 144 (56.64% from 255 or 26.28% from 548); Blue value is 203 (79.69% from 255 or 37.04% from 548); Max value from RGB is 203 - color contains mainly: blue. Hex color #C990CB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C990CB is #366F34. Grayscale: #A7A7A7. Windows color (decimal): -3567413 or 13340873. OLE color: 13340873.

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

Color convert

RGB201144203-
CMYK0.010.2900.20
HSL297.97º36.2%68.04%-
HSV(B)297.97º29.06%79.61%-
XYZ44.8436.6861.22-
YUV167.77147.88151.7-

RGB Variations

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

RGB

RED value IS 201 (78.91% from 255) = 36.68%
GREEN value IS 144 (56.64% from 255) = 26.28%
BLUE value IS 203 (79.69% from 255) = 37.04%
R=36.68%
G=26.28%
B=37.04%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal2011442030.010.2900.20297.9736.268.04
HexC990CB11D01412a2444
Octal31122031313502445244104
Binary1100100110010000110010111111010101001001010101001001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C990CB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C990CB; }

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

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

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

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

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

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

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

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