#CA87C9

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

Shades of Lilac #CA87C9

Tints of Lilac #CA87C9

Color information

#CA87C9 (or 0xCA87C9) is unknown color: approx Lilac. HEX triplet: CA, 87 and C9. RGB value is (202,135,201). Sum of RGB (Red+Green+Blue) = 202+135+201=538 (71% of max value = 765). Red value is 202 (79.30% from 255 or 37.55% from 538); Green value is 135 (53.12% from 255 or 25.09% from 538); Blue value is 201 (78.91% from 255 or 37.36% from 538); Max value from RGB is 202 - color contains mainly: red. Hex color #CA87C9 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CA87C9 is #357836. Grayscale: #A2A2A2. Windows color (decimal): -3504183 or 13207498. OLE color: 13207498.

HSL color Cylindrical-coordinate representation of color #CA87C9: hue angle of 300.9º degrees, saturation: 0.39, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #CA87C9 is Cyan = 0, Magento = 0.33, Yellow = 0.00 and Black (K on CMYK) = 0.21.

Color convert

RGB202135201-
CMYK00.330.000.21
HSL300.9º38.73%66.08%-
HSV(B)300.9º33.17%79.22%-
XYZ43.5634.159.54-
YUV162.56149.7156.13-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 37.55%
GREEN value IS 135 (53.12% from 255) = 25.09%
BLUE value IS 201 (78.91% from 255) = 37.36%
R=37.55%
G=25.09%
B=37.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.00
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal20213520100.330.000.21300.938.7366.08
HexCA87C902101512d2742
Octal31220731104102545547102
Binary11001010100001111100100101000010101011001011011001111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA87C9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA87C9; }

 p { color: rgb(202,135,201); }

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

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

 a { background-color: rgb(202,135,201); }

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

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

 span { border-color: rgb(202,135,201); }

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