Shades of Lily #CC86B2
Tints of Lily #CC86B2
RGB
CMYK
RGB Variations
Color information
#CC86B2 (or 0xCC86B2) is known color: Lily. HEX triplet: CC, 86 and B2. RGB value is (204,134,178). Sum of RGB (Red+Green+Blue) = 204+134+178=516 (68% of max value = 765). Red value is 204 (80.08% from 255 or 39.53% from 516); Green value is 134 (52.73% from 255 or 25.97% from 516); Blue value is 178 (69.92% from 255 or 34.50% from 516); Max value from RGB is 204 - color contains mainly: red. Hex color #CC86B2 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CC86B2 is #33794D. Grayscale: #9F9F9F. Windows color (decimal): -3373390 or 11699916. OLE color: 11699916.
HSL color Cylindrical-coordinate representation of color #CC86B2: hue angle of 322.29º 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 #CC86B2 is Cyan = 0, Magento = 0.34, Yellow = 0.13 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 134 | 178 | - |
| CMYK | 0 | 0.34 | 0.13 | 0.2 |
| HSL | 322.29º | 0.41% | 0.66% | - |
| HSV(B) | 322.29º | 0.34% | 0.8% | - |
| XYZ | 41.46 | 33.1 | 46.32 | - |
| YUV | 159.95 | 138.19 | 159.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 134 | 178 | 0 | 0.34 | 0.13 | 0.2 | 322.29 | 0.41 | 0.66 |
| Hex | CC | 86 | B2 | 0 | 22 | D | 14 | 142 | 29 | 42 |
| Octal | 314 | 206 | 262 | 0 | 42 | 15 | 24 | 502 | 51 | 102 |
| Binary | 11001100 | 10000110 | 10110010 | 0 | 100010 | 1101 | 10100 | 101000010 | 101001 | 1000010 |
Color Harmonies of #CC86B2
Complementary color
Monochromatic Colors of #CC86B2
Black with #CC86B2
Text Example
Text Example
White with #CC86B2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC86B2; }
p { color: rgb(204,134,178); }
H1.HeaderClassName
{
color: #CC86B2;
}
.AnyTagClassName
{
color: #CC86B2;
}
</style>
background-color css
<style>
a { background-color: #CC86B2; }
a { background-color: rgb(204,134,178); }
div.DivClassName
{
background-color: #CC86B2;
}
.BgClassName
{
background-color: #CC86B2;
}
</style>
border-color css
<style>
span { border-color: #CC86B2; }
span { border-color: rgb(204,134,178); }
td.TdClassName
{
border-color: #CC86B2;
}
.TagClassName
{
border-color: #CC86B2;
}
</style>