#CA90CE

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

Shades of Lilac #CA90CE

Tints of Lilac #CA90CE

Color information

#CA90CE (or 0xCA90CE) is unknown color: approx Lilac. HEX triplet: CA, 90 and CE. RGB value is (202,144,206). Sum of RGB (Red+Green+Blue) = 202+144+206=552 (73% of max value = 765). Red value is 202 (79.30% from 255 or 36.59% from 552); Green value is 144 (56.64% from 255 or 26.09% from 552); Blue value is 206 (80.86% from 255 or 37.32% from 552); Max value from RGB is 206 - color contains mainly: blue. Hex color #CA90CE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CA90CE is #356F31. Grayscale: #A8A8A8. Windows color (decimal): -3501874 or 13537482. OLE color: 13537482.

HSL color Cylindrical-coordinate representation of color #CA90CE: hue angle of 296.13º degrees, saturation: 0.39, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #CA90CE is Cyan = 0.02, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB202144206-
CMYK0.020.3000.19
HSL296.13º38.75%68.63%-
HSV(B)296.13º30.1%80.78%-
XYZ45.4736.9663.13-
YUV168.41149.22151.96-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 36.59%
GREEN value IS 144 (56.64% from 255) = 26.09%
BLUE value IS 206 (80.86% from 255) = 37.32%
R=36.59%
G=26.09%
B=37.32%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal2021442060.020.3000.19296.1338.7568.63
HexCA90CE21E0131282745
Octal31222031623602345047105
Binary11001010100100001100111010111100100111001010001001111000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA90CE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA90CE; }

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

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

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

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

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

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

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

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