#cc87b0

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

Shades of Lily #CC87B0

Tints of Lily #CC87B0

Color information

#CC87B0 (or 0xCC87B0) is unknown color: approx Lily. HEX triplet: CC, 87 and B0. RGB value is (204,135,176). Sum of RGB (Red+Green+Blue) = 204+135+176=515 (68% of max value = 765). Red value is 204 (80.08% from 255 or 39.61% from 515); Green value is 135 (53.12% from 255 or 26.21% from 515); Blue value is 176 (69.14% from 255 or 34.17% from 515); Max value from RGB is 204 - color contains mainly: red. Hex color #CC87B0 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CC87B0 is #33784F. Grayscale: #A0A0A0. Windows color (decimal): -3373136 or 11569100. OLE color: 11569100.

HSL color Cylindrical-coordinate representation of color #CC87B0: hue angle of 324.35º degrees, saturation: 0.4, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #CC87B0 is Cyan = 0, Magento = 0.34, Yellow = 0.14 and Black (K on CMYK) = 0.2.

Color convert

RGB204135176-
CMYK00.340.140.2
HSL324.35º40.35%66.47%-
HSV(B)324.35º33.82%80%-
XYZ41.433.345.32-
YUV160.3136.86159.17-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 39.61%
GREEN value IS 135 (53.12% from 255) = 26.21%
BLUE value IS 176 (69.14% from 255) = 34.17%
R=39.61%
G=26.21%
B=34.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.14
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal20413517600.340.140.2324.3540.3566.47
HexCC87B0022E141442842
Octal314207260042162450450102
Binary11001100100001111011000001000101110101001010001001010001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #cc87b0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #cc87b0; }

 p { color: rgb(204,135,176); }

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

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

 a { background-color: rgb(204,135,176); }

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

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

 span { border-color: rgb(204,135,176); }

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