#CA90C8

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

Shades of Lilac #CA90C8

Tints of Lilac #CA90C8

Color information

#CA90C8 (or 0xCA90C8) is unknown color: approx Lilac. HEX triplet: CA, 90 and C8. RGB value is (202,144,200). Sum of RGB (Red+Green+Blue) = 202+144+200=546 (72% of max value = 765). Red value is 202 (79.30% from 255 or 37.00% from 546); Green value is 144 (56.64% from 255 or 26.37% from 546); Blue value is 200 (78.52% from 255 or 36.63% from 546); Max value from RGB is 202 - color contains mainly: red. Hex color #CA90C8 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CA90C8 is #356F37. Grayscale: #A7A7A7. Windows color (decimal): -3501880 or 13144266. OLE color: 13144266.

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

Color convert

RGB202144200-
CMYK00.290.010.21
HSL302.07º35.37%67.84%-
HSV(B)302.07º28.71%79.22%-
XYZ44.7636.6759.36-
YUV167.73146.22152.45-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 37.00%
GREEN value IS 144 (56.64% from 255) = 26.37%
BLUE value IS 200 (78.52% from 255) = 36.63%
R=37.00%
G=26.37%
B=36.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.01
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal20214420000.290.010.21302.0735.3767.84
HexCA90C801D11512e2344
Octal31222031003512545643104
Binary1100101010010000110010000111011101011001011101000111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA90C8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA90C8; }

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

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

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

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

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

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

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

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