#CA90CB

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

Shades of Lilac #CA90CB

Tints of Lilac #CA90CB

Color information

#CA90CB (or 0xCA90CB) is unknown color: approx Lilac. HEX triplet: CA, 90 and CB. RGB value is (202,144,203). Sum of RGB (Red+Green+Blue) = 202+144+203=549 (72% of max value = 765). Red value is 202 (79.30% from 255 or 36.79% from 549); Green value is 144 (56.64% from 255 or 26.23% from 549); Blue value is 203 (79.69% from 255 or 36.98% from 549); Max value from RGB is 203 - color contains mainly: blue. Hex color #CA90CB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CA90CB is #356F34. Grayscale: #A7A7A7. Windows color (decimal): -3501877 or 13340874. OLE color: 13340874.

HSL color Cylindrical-coordinate representation of color #CA90CB: hue angle of 298.98º 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 #CA90CB is Cyan = 0.00, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB202144203-
CMYK0.000.2900.20
HSL298.98º36.2%68.04%-
HSV(B)298.98º29.06%79.61%-
XYZ45.1136.8161.23-
YUV168.07147.72152.2-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 36.79%
GREEN value IS 144 (56.64% from 255) = 26.23%
BLUE value IS 203 (79.69% from 255) = 36.98%
R=36.79%
G=26.23%
B=36.98%

CMYK

C (Cyan) values IS 0.00
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal2021442030.000.2900.20298.9836.268.04
HexCA90CB01D01412b2444
Octal31222031303502445344104
Binary1100101010010000110010110111010101001001010111001001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA90CB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA90CB; }

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

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

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

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

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

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

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

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