Shades of Lily #CC86B4
Tints of Lily #CC86B4
RGB
CMYK
RGB Variations
Color information
#CC86B4 (or 0xCC86B4) is known color: 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
| RGB | 204 | 134 | 180 | - |
| CMYK | 0 | 0.34 | 0.12 | 0.2 |
| HSL | 320.57º | 0.41% | 0.66% | - |
| HSV(B) | 320.57º | 0.34% | 0.8% | - |
| XYZ | 41.67 | 33.18 | 47.39 | - |
| YUV | 160.17 | 139.19 | 159.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 134 | 180 | 0 | 0.34 | 0.12 | 0.2 | 320.57 | 0.41 | 0.66 |
| Hex | CC | 86 | B4 | 0 | 22 | C | 14 | 141 | 29 | 42 |
| Octal | 314 | 206 | 264 | 0 | 42 | 14 | 24 | 501 | 51 | 102 |
| Binary | 11001100 | 10000110 | 10110100 | 0 | 100010 | 1100 | 10100 | 101000001 | 101001 | 1000010 |
Color Harmonies of #CC86B4
Complementary color
Monochromatic Colors of #CC86B4
Black with #CC86B4
Text Example
Text Example
White with #CC86B4
Text Example
Text Example
HTML Codes & Css Web 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>