#CA87B4

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

Shades of Lily #CA87B4

Tints of Lily #CA87B4

Color information

#CA87B4 (or 0xCA87B4) is unknown color: approx Lily. HEX triplet: CA, 87 and B4. RGB value is (202,135,180). Sum of RGB (Red+Green+Blue) = 202+135+180=517 (68% of max value = 765). Red value is 202 (79.30% from 255 or 39.07% from 517); Green value is 135 (53.12% from 255 or 26.11% from 517); Blue value is 180 (70.70% from 255 or 34.82% from 517); Max value from RGB is 202 - color contains mainly: red. Hex color #CA87B4 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CA87B4 is #35784B. Grayscale: #A0A0A0. Windows color (decimal): -3504204 or 11831242. OLE color: 11831242.

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

Color convert

RGB202135180-
CMYK00.330.110.21
HSL319.7º38.73%66.08%-
HSV(B)319.7º33.17%79.22%-
XYZ41.2633.1847.41-
YUV160.16139.2157.84-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 39.07%
GREEN value IS 135 (53.12% from 255) = 26.11%
BLUE value IS 180 (70.70% from 255) = 34.82%
R=39.07%
G=26.11%
B=34.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.11
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal20213518000.330.110.21319.738.7366.08
HexCA87B4021B151402742
Octal312207264041132550047102
Binary11001010100001111011010001000011011101011010000001001111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA87B4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA87B4; }

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

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

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

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

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

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

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

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