#CA87C7

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

Shades of Lilac #CA87C7

Tints of Lilac #CA87C7

Color information

#CA87C7 (or 0xCA87C7) is unknown color: approx Lilac. HEX triplet: CA, 87 and C7. RGB value is (202,135,199). Sum of RGB (Red+Green+Blue) = 202+135+199=536 (70% of max value = 765). Red value is 202 (79.30% from 255 or 37.69% from 536); Green value is 135 (53.12% from 255 or 25.19% from 536); Blue value is 199 (78.12% from 255 or 37.13% from 536); Max value from RGB is 202 - color contains mainly: red. Hex color #CA87C7 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CA87C7 is #357838. Grayscale: #A2A2A2. Windows color (decimal): -3504185 or 13076426. OLE color: 13076426.

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

Color convert

RGB202135199-
CMYK00.330.010.21
HSL302.69º38.73%66.08%-
HSV(B)302.69º33.17%79.22%-
XYZ43.3334.0158.31-
YUV162.33148.7156.3-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 37.69%
GREEN value IS 135 (53.12% from 255) = 25.19%
BLUE value IS 199 (78.12% from 255) = 37.13%
R=37.69%
G=25.19%
B=37.13%

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
Decimal20213519900.330.010.21302.6938.7366.08
HexCA87C702111512f2742
Octal31220730704112545747102
Binary11001010100001111100011101000011101011001011111001111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA87C7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA87C7; }

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

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

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

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

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

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

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

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