#CA87BF

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

Shades of Lilac #CA87BF

Tints of Lilac #CA87BF

Color information

#CA87BF (or 0xCA87BF) is unknown color: approx Lilac. HEX triplet: CA, 87 and BF. RGB value is (202,135,191). Sum of RGB (Red+Green+Blue) = 202+135+191=528 (69% of max value = 765). Red value is 202 (79.30% from 255 or 38.26% from 528); Green value is 135 (53.12% from 255 or 25.57% from 528); Blue value is 191 (75% from 255 or 36.17% from 528); Max value from RGB is 202 - color contains mainly: red. Hex color #CA87BF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CA87BF is #357840. Grayscale: #A1A1A1. Windows color (decimal): -3504193 or 12552138. OLE color: 12552138.

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

Color convert

RGB202135191-
CMYK00.330.050.21
HSL309.85º38.73%66.08%-
HSV(B)309.85º33.17%79.22%-
XYZ42.4333.6553.55-
YUV161.42144.7156.95-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 38.26%
GREEN value IS 135 (53.12% from 255) = 25.57%
BLUE value IS 191 (75% from 255) = 36.17%
R=38.26%
G=25.57%
B=36.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.05
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal20213519100.330.050.21309.8538.7366.08
HexCA87BF0215151362742
Octal31220727704152546647102
Binary1100101010000111101111110100001101101011001101101001111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA87BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA87BF; }

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

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

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

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

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

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

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

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