#CA87CB

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

Shades of Lilac #CA87CB

Tints of Lilac #CA87CB

Color information

#CA87CB (or 0xCA87CB) is unknown color: approx Lilac. HEX triplet: CA, 87 and CB. RGB value is (202,135,203). Sum of RGB (Red+Green+Blue) = 202+135+203=540 (71% of max value = 765). Red value is 202 (79.30% from 255 or 37.41% from 540); Green value is 135 (53.12% from 255 or 25% from 540); Blue value is 203 (79.69% from 255 or 37.59% from 540); Max value from RGB is 203 - color contains mainly: blue. Hex color #CA87CB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CA87CB is #357834. Grayscale: #A2A2A2. Windows color (decimal): -3504181 or 13338570. OLE color: 13338570.

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

Color convert

RGB202135203-
CMYK0.000.3300.20
HSL299.12º39.53%66.27%-
HSV(B)299.12º33.5%79.61%-
XYZ43.834.260.79-
YUV162.78150.7155.97-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 37.41%
GREEN value IS 135 (53.12% from 255) = 25%
BLUE value IS 203 (79.69% from 255) = 37.59%
R=37.41%
G=25%
B=37.59%

CMYK

C (Cyan) values IS 0.00
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal2021352030.000.3300.20299.1239.5366.27
HexCA87CB02101412b2842
Octal31220731304102445350102
Binary11001010100001111100101101000010101001001010111010001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA87CB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA87CB; }

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

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

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

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

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

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

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

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