#CA87BE

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

Shades of Lilac #CA87BE

Tints of Lilac #CA87BE

Color information

#CA87BE (or 0xCA87BE) is unknown color: approx Lilac. HEX triplet: CA, 87 and BE. RGB value is (202,135,190). Sum of RGB (Red+Green+Blue) = 202+135+190=527 (69% of max value = 765). Red value is 202 (79.30% from 255 or 38.33% from 527); Green value is 135 (53.12% from 255 or 25.62% from 527); Blue value is 190 (74.61% from 255 or 36.05% from 527); Max value from RGB is 202 - color contains mainly: red. Hex color #CA87BE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CA87BE is #357841. Grayscale: #A1A1A1. Windows color (decimal): -3504194 or 12486602. OLE color: 12486602.

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

Color convert

RGB202135190-
CMYK00.330.060.21
HSL310.75º38.73%66.08%-
HSV(B)310.75º33.17%79.22%-
XYZ42.3233.652.97-
YUV161.3144.2157.03-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 38.33%
GREEN value IS 135 (53.12% from 255) = 25.62%
BLUE value IS 190 (74.61% from 255) = 36.05%
R=38.33%
G=25.62%
B=36.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.06
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal20213519000.330.060.21310.7538.7366.08
HexCA87BE0216151372742
Octal31220727604162546747102
Binary1100101010000111101111100100001110101011001101111001111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA87BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA87BE; }

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

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

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

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

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

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

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

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