#CC86B4

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

Shades of Lily #CC86B4

Tints of Lily #CC86B4

Color information

#CC86B4 (or 0xCC86B4) is unknown color: approx Lily. HEX triplet: CC, 86 and B4. RGB value is (204,134,180). Sum of RGB (Red+Green+Blue) = 204+134+180=518 (68% of max value = 765). Red value is 204 (80.08% from 255 or 39.38% from 518); Green value is 134 (52.73% from 255 or 25.87% from 518); Blue value is 180 (70.70% from 255 or 34.75% from 518); Max value from RGB is 204 - color contains mainly: red. Hex color #CC86B4 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CC86B4 is #33794B. Grayscale: #A0A0A0. Windows color (decimal): -3373388 or 11830988. OLE color: 11830988.

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

Color convert

RGB204134180-
CMYK00.340.120.2
HSL320.57º40.7%66.27%-
HSV(B)320.57º34.31%80%-
XYZ41.6733.1847.39-
YUV160.17139.19159.26-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 39.38%
GREEN value IS 134 (52.73% from 255) = 25.87%
BLUE value IS 180 (70.70% from 255) = 34.75%
R=39.38%
G=25.87%
B=34.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.12
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal20413418000.340.120.2320.5740.766.27
HexCC86B4022C141412942
Octal314206264042142450151102
Binary11001100100001101011010001000101100101001010000011010011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CC86B4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CC86B4; }

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

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

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

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

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

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

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

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