#CA87CA

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

Shades of Lilac #CA87CA

Tints of Lilac #CA87CA

Color information

#CA87CA (or 0xCA87CA) is unknown color: approx Lilac. HEX triplet: CA, 87 and CA. RGB value is (202,135,202). Sum of RGB (Red+Green+Blue) = 202+135+202=539 (71% of max value = 765). Red value is 202 (79.30% from 255 or 37.48% from 539); Green value is 135 (53.12% from 255 or 25.05% from 539); Blue value is 202 (79.30% from 255 or 37.48% from 539); Max value from RGB is 202 - color contains mainly: red, blue. Hex color #CA87CA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CA87CA is #357835. Grayscale: #A2A2A2. Windows color (decimal): -3504182 or 13273034. OLE color: 13273034.

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

Color convert

RGB202135202-
CMYK00.3300.21
HSL300º38.73%66.08%-
HSV(B)300º33.17%79.22%-
XYZ43.6834.1560.17-
YUV162.67150.2156.05-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 37.48%
GREEN value IS 135 (53.12% from 255) = 25.05%
BLUE value IS 202 (79.30% from 255) = 37.48%
R=37.48%
G=25.05%
B=37.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal20213520200.3300.2130038.7366.08
HexCA87CA02101512c2742
Octal31220731204102545447102
Binary11001010100001111100101001000010101011001011001001111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA87CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA87CA; }

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

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

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

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

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

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

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

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