#CA87CE

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

Shades of Lilac #CA87CE

Tints of Lilac #CA87CE

Color information

#CA87CE (or 0xCA87CE) is unknown color: approx Lilac. HEX triplet: CA, 87 and CE. RGB value is (202,135,206). Sum of RGB (Red+Green+Blue) = 202+135+206=543 (71% of max value = 765). Red value is 202 (79.30% from 255 or 37.20% from 543); Green value is 135 (53.12% from 255 or 24.86% from 543); Blue value is 206 (80.86% from 255 or 37.94% from 543); Max value from RGB is 206 - color contains mainly: blue. Hex color #CA87CE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CA87CE is #357831. Grayscale: #A2A2A2. Windows color (decimal): -3504178 or 13535178. OLE color: 13535178.

HSL color Cylindrical-coordinate representation of color #CA87CE: hue angle of 296.62º degrees, saturation: 0.42, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #CA87CE is Cyan = 0.02, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB202135206-
CMYK0.020.3400.19
HSL296.62º42.01%66.86%-
HSV(B)296.62º34.47%80.78%-
XYZ44.1634.3462.69-
YUV163.13152.2155.73-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 37.20%
GREEN value IS 135 (53.12% from 255) = 24.86%
BLUE value IS 206 (80.86% from 255) = 37.94%
R=37.20%
G=24.86%
B=37.94%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal2021352060.020.3400.19296.6242.0166.86
HexCA87CE2220131292a43
Octal31220731624202345152103
Binary110010101000011111001110101000100100111001010011010101000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA87CE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA87CE; }

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

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

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

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

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

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

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

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