Shades of Lilac #CC91D0
Tints of Lilac #CC91D0
RGB
CMYK
RGB Variations
Color information
#CC91D0 (or 0xCC91D0) is known color: Lilac. HEX triplet: CC, 91 and D0. RGB value is (204,145,208). Sum of RGB (Red+Green+Blue) = 204+145+208=557 (73% of max value = 765). Red value is 204 (80.08% from 255 or 36.62% from 557); Green value is 145 (57.03% from 255 or 26.03% from 557); Blue value is 208 (81.64% from 255 or 37.34% from 557); Max value from RGB is 208 - color contains mainly: blue. Hex color #CC91D0 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CC91D0 is #336E2F. Grayscale: #A9A9A9. Windows color (decimal): -3370544 or 13668812. OLE color: 13668812.
HSL color Cylindrical-coordinate representation of color #CC91D0: hue angle of 296.19º degrees, saturation: 0.4, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #CC91D0 is Cyan = 0.02, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 204 | 145 | 208 | - |
| CMYK | 0.02 | 0.30 | 0 | 0.18 |
| HSL | 296.19º | 0.4% | 0.69% | - |
| HSV(B) | 296.19º | 0.3% | 0.82% | - |
| XYZ | 46.41 | 37.64 | 64.49 | - |
| YUV | 169.82 | 149.55 | 152.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 145 | 208 | 0.02 | 0.30 | 0 | 0.18 | 296.19 | 0.4 | 0.69 |
| Hex | CC | 91 | D0 | 2 | 1E | 0 | 12 | 128 | 28 | 45 |
| Octal | 314 | 221 | 320 | 2 | 36 | 0 | 22 | 450 | 50 | 105 |
| Binary | 11001100 | 10010001 | 11010000 | 10 | 11110 | 0 | 10010 | 100101000 | 101000 | 1000101 |
Color Harmonies of #CC91D0
Complementary color
Monochromatic Colors of #CC91D0
Black with #CC91D0
Text Example
Text Example
White with #CC91D0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC91D0; }
p { color: rgb(204,145,208); }
H1.HeaderClassName
{
color: #CC91D0;
}
.AnyTagClassName
{
color: #CC91D0;
}
</style>
background-color css
<style>
a { background-color: #CC91D0; }
a { background-color: rgb(204,145,208); }
div.DivClassName
{
background-color: #CC91D0;
}
.BgClassName
{
background-color: #CC91D0;
}
</style>
border-color css
<style>
span { border-color: #CC91D0; }
span { border-color: rgb(204,145,208); }
td.TdClassName
{
border-color: #CC91D0;
}
.TagClassName
{
border-color: #CC91D0;
}
</style>