#CC86BC

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

Shades of Lily #CC86BC

Tints of Lily #CC86BC

Color information

#CC86BC (or 0xCC86BC) is unknown color: approx Lily. HEX triplet: CC, 86 and BC. RGB value is (204,134,188). Sum of RGB (Red+Green+Blue) = 204+134+188=526 (69% of max value = 765). Red value is 204 (80.08% from 255 or 38.78% from 526); Green value is 134 (52.73% from 255 or 25.48% from 526); Blue value is 188 (73.83% from 255 or 35.74% from 526); Max value from RGB is 204 - color contains mainly: red. Hex color #CC86BC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CC86BC is #337943. Grayscale: #A0A0A0. Windows color (decimal): -3373380 or 12355276. OLE color: 12355276.

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

Color convert

RGB204134188-
CMYK00.340.080.2
HSL313.71º40.7%66.27%-
HSV(B)313.71º34.31%80%-
XYZ42.533.5251.81-
YUV161.09143.19158.61-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 38.78%
GREEN value IS 134 (52.73% from 255) = 25.48%
BLUE value IS 188 (73.83% from 255) = 35.74%
R=38.78%
G=25.48%
B=35.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.08
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal20413418800.340.080.2313.7140.766.27
HexCC86BC02281413a2942
Octal314206274042102447251102
Binary11001100100001101011110001000101000101001001110101010011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CC86BC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CC86BC; }

 p { color: rgb(204,134,188); }

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

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

 a { background-color: rgb(204,134,188); }

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

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

 span { border-color: rgb(204,134,188); }

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