Shades of Lilac #CC86BE
Tints of Lilac #CC86BE
RGB
CMYK
RGB Variations
Color information
#CC86BE (or 0xCC86BE) is known color: Lilac. HEX triplet: CC, 86 and BE. RGB value is (204,134,190). Sum of RGB (Red+Green+Blue) = 204+134+190=528 (69% of max value = 765). Red value is 204 (80.08% from 255 or 38.64% from 528); Green value is 134 (52.73% from 255 or 25.38% from 528); Blue value is 190 (74.61% from 255 or 35.98% from 528); Max value from RGB is 204 - color contains mainly: red. Hex color #CC86BE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CC86BE is #337941. Grayscale: #A1A1A1. Windows color (decimal): -3373378 or 12486348. OLE color: 12486348.
HSL color Cylindrical-coordinate representation of color #CC86BE: hue angle of 312º 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 #CC86BE is Cyan = 0, Magento = 0.34, Yellow = 0.07 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 134 | 190 | - |
| CMYK | 0 | 0.34 | 0.07 | 0.2 |
| HSL | 312º | 0.41% | 0.66% | - |
| HSV(B) | 312º | 0.34% | 0.8% | - |
| XYZ | 42.72 | 33.61 | 52.95 | - |
| YUV | 161.31 | 144.19 | 158.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 134 | 190 | 0 | 0.34 | 0.07 | 0.2 | 312 | 0.41 | 0.66 |
| Hex | CC | 86 | BE | 0 | 22 | 7 | 14 | 138 | 29 | 42 |
| Octal | 314 | 206 | 276 | 0 | 42 | 7 | 24 | 470 | 51 | 102 |
| Binary | 11001100 | 10000110 | 10111110 | 0 | 100010 | 111 | 10100 | 100111000 | 101001 | 1000010 |
Color Harmonies of #CC86BE
Complementary color
Monochromatic Colors of #CC86BE
Black with #CC86BE
Text Example
Text Example
White with #CC86BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC86BE; }
p { color: rgb(204,134,190); }
H1.HeaderClassName
{
color: #CC86BE;
}
.AnyTagClassName
{
color: #CC86BE;
}
</style>
background-color css
<style>
a { background-color: #CC86BE; }
a { background-color: rgb(204,134,190); }
div.DivClassName
{
background-color: #CC86BE;
}
.BgClassName
{
background-color: #CC86BE;
}
</style>
border-color css
<style>
span { border-color: #CC86BE; }
span { border-color: rgb(204,134,190); }
td.TdClassName
{
border-color: #CC86BE;
}
.TagClassName
{
border-color: #CC86BE;
}
</style>