#CA87C8

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

Shades of Lilac #CA87C8

Tints of Lilac #CA87C8

Color information

#CA87C8 (or 0xCA87C8) is unknown color: approx Lilac. HEX triplet: CA, 87 and C8. RGB value is (202,135,200). Sum of RGB (Red+Green+Blue) = 202+135+200=537 (71% of max value = 765). Red value is 202 (79.30% from 255 or 37.62% from 537); Green value is 135 (53.12% from 255 or 25.14% from 537); Blue value is 200 (78.52% from 255 or 37.24% from 537); Max value from RGB is 202 - color contains mainly: red. Hex color #CA87C8 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CA87C8 is #357837. Grayscale: #A2A2A2. Windows color (decimal): -3504184 or 13141962. OLE color: 13141962.

HSL color Cylindrical-coordinate representation of color #CA87C8: hue angle of 301.79º 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 #CA87C8 is Cyan = 0, Magento = 0.33, Yellow = 0.01 and Black (K on CMYK) = 0.21.

Color convert

RGB202135200-
CMYK00.330.010.21
HSL301.79º38.73%66.08%-
HSV(B)301.79º33.17%79.22%-
XYZ43.4534.0558.93-
YUV162.44149.2156.21-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 37.62%
GREEN value IS 135 (53.12% from 255) = 25.14%
BLUE value IS 200 (78.52% from 255) = 37.24%
R=37.62%
G=25.14%
B=37.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.01
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal20213520000.330.010.21301.7938.7366.08
HexCA87C802111512e2742
Octal31220731004112545647102
Binary11001010100001111100100001000011101011001011101001111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA87C8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA87C8; }

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

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

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

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

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

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

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

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