Shades of Lily #CC86B7
Tints of Lily #CC86B7
RGB
CMYK
RGB Variations
Color information
#CC86B7 (or 0xCC86B7) is known color: Lily. HEX triplet: CC, 86 and B7. RGB value is (204,134,183). Sum of RGB (Red+Green+Blue) = 204+134+183=521 (69% of max value = 765). Red value is 204 (80.08% from 255 or 39.16% from 521); Green value is 134 (52.73% from 255 or 25.72% from 521); Blue value is 183 (71.88% from 255 or 35.12% from 521); Max value from RGB is 204 - color contains mainly: red. Hex color #CC86B7 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CC86B7 is #337948. Grayscale: #A0A0A0. Windows color (decimal): -3373385 or 12027596. OLE color: 12027596.
HSL color Cylindrical-coordinate representation of color #CC86B7: hue angle of 318º 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 #CC86B7 is Cyan = 0, Magento = 0.34, Yellow = 0.10 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 134 | 183 | - |
| CMYK | 0 | 0.34 | 0.10 | 0.2 |
| HSL | 318º | 0.41% | 0.66% | - |
| HSV(B) | 318º | 0.34% | 0.8% | - |
| XYZ | 41.97 | 33.31 | 49.02 | - |
| YUV | 160.52 | 140.69 | 159.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 134 | 183 | 0 | 0.34 | 0.10 | 0.2 | 318 | 0.41 | 0.66 |
| Hex | CC | 86 | B7 | 0 | 22 | A | 14 | 13E | 29 | 42 |
| Octal | 314 | 206 | 267 | 0 | 42 | 12 | 24 | 476 | 51 | 102 |
| Binary | 11001100 | 10000110 | 10110111 | 0 | 100010 | 1010 | 10100 | 100111110 | 101001 | 1000010 |
Color Harmonies of #CC86B7
Complementary color
Monochromatic Colors of #CC86B7
Black with #CC86B7
Text Example
Text Example
White with #CC86B7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC86B7; }
p { color: rgb(204,134,183); }
H1.HeaderClassName
{
color: #CC86B7;
}
.AnyTagClassName
{
color: #CC86B7;
}
</style>
background-color css
<style>
a { background-color: #CC86B7; }
a { background-color: rgb(204,134,183); }
div.DivClassName
{
background-color: #CC86B7;
}
.BgClassName
{
background-color: #CC86B7;
}
</style>
border-color css
<style>
span { border-color: #CC86B7; }
span { border-color: rgb(204,134,183); }
td.TdClassName
{
border-color: #CC86B7;
}
.TagClassName
{
border-color: #CC86B7;
}
</style>