#CA87BD

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

Shades of Lily #CA87BD

Tints of Lily #CA87BD

Color information

#CA87BD (or 0xCA87BD) is unknown color: approx Lily. HEX triplet: CA, 87 and BD. RGB value is (202,135,189). Sum of RGB (Red+Green+Blue) = 202+135+189=526 (69% of max value = 765). Red value is 202 (79.30% from 255 or 38.40% from 526); Green value is 135 (53.12% from 255 or 25.67% from 526); Blue value is 189 (74.22% from 255 or 35.93% from 526); Max value from RGB is 202 - color contains mainly: red. Hex color #CA87BD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CA87BD is #357842. Grayscale: #A1A1A1. Windows color (decimal): -3504195 or 12421066. OLE color: 12421066.

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

Color convert

RGB202135189-
CMYK00.330.060.21
HSL311.64º38.73%66.08%-
HSV(B)311.64º33.17%79.22%-
XYZ42.2133.5652.4-
YUV161.19143.7157.11-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 38.40%
GREEN value IS 135 (53.12% from 255) = 25.67%
BLUE value IS 189 (74.22% from 255) = 35.93%
R=38.40%
G=25.67%
B=35.93%

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
Decimal20213518900.330.060.21311.6438.7366.08
HexCA87BD0216151382742
Octal31220727504162547047102
Binary1100101010000111101111010100001110101011001110001001111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA87BD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA87BD; }

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

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

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

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

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

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

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

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