#CA90CD

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

Shades of Lilac #CA90CD

Tints of Lilac #CA90CD

Color information

#CA90CD (or 0xCA90CD) is unknown color: approx Lilac. HEX triplet: CA, 90 and CD. RGB value is (202,144,205). Sum of RGB (Red+Green+Blue) = 202+144+205=551 (72% of max value = 765). Red value is 202 (79.30% from 255 or 36.66% from 551); Green value is 144 (56.64% from 255 or 26.13% from 551); Blue value is 205 (80.47% from 255 or 37.21% from 551); Max value from RGB is 205 - color contains mainly: blue. Hex color #CA90CD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CA90CD is #356F32. Grayscale: #A8A8A8. Windows color (decimal): -3501875 or 13471946. OLE color: 13471946.

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

Color convert

RGB202144205-
CMYK0.010.3000.20
HSL297.05º37.89%68.43%-
HSV(B)297.05º29.76%80.39%-
XYZ45.3536.9162.49-
YUV168.3148.72152.04-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 36.66%
GREEN value IS 144 (56.64% from 255) = 26.13%
BLUE value IS 205 (80.47% from 255) = 37.21%
R=36.66%
G=26.13%
B=37.21%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal2021442050.010.3000.20297.0537.8968.43
HexCA90CD11E0141292644
Octal31222031513602445146104
Binary1100101010010000110011011111100101001001010011001101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA90CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA90CD; }

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

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

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

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

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

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

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

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