#CC87B1

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

Shades of Lily #CC87B1

Tints of Lily #CC87B1

Color information

#CC87B1 (or 0xCC87B1) is unknown color: approx Lily. HEX triplet: CC, 87 and B1. RGB value is (204,135,177). Sum of RGB (Red+Green+Blue) = 204+135+177=516 (68% of max value = 765). Red value is 204 (80.08% from 255 or 39.53% from 516); Green value is 135 (53.12% from 255 or 26.16% from 516); Blue value is 177 (69.53% from 255 or 34.30% from 516); Max value from RGB is 204 - color contains mainly: red. Hex color #CC87B1 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CC87B1 is #33784E. Grayscale: #A0A0A0. Windows color (decimal): -3373135 or 11634636. OLE color: 11634636.

HSL color Cylindrical-coordinate representation of color #CC87B1: hue angle of 323.48º 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 #CC87B1 is Cyan = 0, Magento = 0.34, Yellow = 0.13 and Black (K on CMYK) = 0.2.

Color convert

RGB204135177-
CMYK00.340.130.2
HSL323.48º40.35%66.47%-
HSV(B)323.48º33.82%80%-
XYZ41.533.3445.84-
YUV160.42137.36159.08-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 39.53%
GREEN value IS 135 (53.12% from 255) = 26.16%
BLUE value IS 177 (69.53% from 255) = 34.30%
R=39.53%
G=26.16%
B=34.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.13
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal20413517700.340.130.2323.4840.3566.47
HexCC87B1022D141432842
Octal314207261042152450350102
Binary11001100100001111011000101000101101101001010000111010001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CC87B1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CC87B1; }

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

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

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

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

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

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

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

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