Shades of Lily #CC86BD
Tints of Lily #CC86BD
RGB
CMYK
RGB Variations
Color information
#CC86BD (or 0xCC86BD) is known color: Lily. HEX triplet: CC, 86 and BD. RGB value is (204,134,189). Sum of RGB (Red+Green+Blue) = 204+134+189=527 (69% of max value = 765). Red value is 204 (80.08% from 255 or 38.71% from 527); Green value is 134 (52.73% from 255 or 25.43% from 527); Blue value is 189 (74.22% from 255 or 35.86% from 527); Max value from RGB is 204 - color contains mainly: red. Hex color #CC86BD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CC86BD is #337942. Grayscale: #A1A1A1. Windows color (decimal): -3373379 or 12420812. OLE color: 12420812.
HSL color Cylindrical-coordinate representation of color #CC86BD: hue angle of 312.86º 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 #CC86BD is Cyan = 0, Magento = 0.34, Yellow = 0.07 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 134 | 189 | - |
| CMYK | 0 | 0.34 | 0.07 | 0.2 |
| HSL | 312.86º | 0.41% | 0.66% | - |
| HSV(B) | 312.86º | 0.34% | 0.8% | - |
| XYZ | 42.61 | 33.56 | 52.38 | - |
| YUV | 161.2 | 143.69 | 158.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 134 | 189 | 0 | 0.34 | 0.07 | 0.2 | 312.86 | 0.41 | 0.66 |
| Hex | CC | 86 | BD | 0 | 22 | 7 | 14 | 139 | 29 | 42 |
| Octal | 314 | 206 | 275 | 0 | 42 | 7 | 24 | 471 | 51 | 102 |
| Binary | 11001100 | 10000110 | 10111101 | 0 | 100010 | 111 | 10100 | 100111001 | 101001 | 1000010 |
Color Harmonies of #CC86BD
Complementary color
Monochromatic Colors of #CC86BD
Black with #CC86BD
Text Example
Text Example
White with #CC86BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC86BD; }
p { color: rgb(204,134,189); }
H1.HeaderClassName
{
color: #CC86BD;
}
.AnyTagClassName
{
color: #CC86BD;
}
</style>
background-color css
<style>
a { background-color: #CC86BD; }
a { background-color: rgb(204,134,189); }
div.DivClassName
{
background-color: #CC86BD;
}
.BgClassName
{
background-color: #CC86BD;
}
</style>
border-color css
<style>
span { border-color: #CC86BD; }
span { border-color: rgb(204,134,189); }
td.TdClassName
{
border-color: #CC86BD;
}
.TagClassName
{
border-color: #CC86BD;
}
</style>