Shades of Lilac #CC91CF
Tints of Lilac #CC91CF
RGB
CMYK
RGB Variations
Color information
#CC91CF (or 0xCC91CF) is known color: Lilac. HEX triplet: CC, 91 and CF. RGB value is (204,145,207). Sum of RGB (Red+Green+Blue) = 204+145+207=556 (73% of max value = 765). Red value is 204 (80.08% from 255 or 36.69% from 556); Green value is 145 (57.03% from 255 or 26.08% from 556); Blue value is 207 (81.25% from 255 or 37.23% from 556); Max value from RGB is 207 - color contains mainly: blue. Hex color #CC91CF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CC91CF is #336E30. Grayscale: #A9A9A9. Windows color (decimal): -3370545 or 13603276. OLE color: 13603276.
HSL color Cylindrical-coordinate representation of color #CC91CF: hue angle of 297.1º degrees, saturation: 0.39, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #CC91CF is Cyan = 0.01, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 204 | 145 | 207 | - |
| CMYK | 0.01 | 0.30 | 0 | 0.19 |
| HSL | 297.1º | 0.39% | 0.69% | - |
| HSV(B) | 297.1º | 0.3% | 0.81% | - |
| XYZ | 46.29 | 37.59 | 63.85 | - |
| YUV | 169.71 | 149.05 | 152.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 145 | 207 | 0.01 | 0.30 | 0 | 0.19 | 297.1 | 0.39 | 0.69 |
| Hex | CC | 91 | CF | 1 | 1E | 0 | 13 | 129 | 27 | 45 |
| Octal | 314 | 221 | 317 | 1 | 36 | 0 | 23 | 451 | 47 | 105 |
| Binary | 11001100 | 10010001 | 11001111 | 1 | 11110 | 0 | 10011 | 100101001 | 100111 | 1000101 |
Color Harmonies of #CC91CF
Complementary color
Monochromatic Colors of #CC91CF
Black with #CC91CF
Text Example
Text Example
White with #CC91CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC91CF; }
p { color: rgb(204,145,207); }
H1.HeaderClassName
{
color: #CC91CF;
}
.AnyTagClassName
{
color: #CC91CF;
}
</style>
background-color css
<style>
a { background-color: #CC91CF; }
a { background-color: rgb(204,145,207); }
div.DivClassName
{
background-color: #CC91CF;
}
.BgClassName
{
background-color: #CC91CF;
}
</style>
border-color css
<style>
span { border-color: #CC91CF; }
span { border-color: rgb(204,145,207); }
td.TdClassName
{
border-color: #CC91CF;
}
.TagClassName
{
border-color: #CC91CF;
}
</style>