Shades of Lilac #CC8FD1
Tints of Lilac #CC8FD1
RGB
CMYK
RGB Variations
Color information
#CC8FD1 (or 0xCC8FD1) is known color: Lilac. HEX triplet: CC, 8F and D1. RGB value is (204,143,209). Sum of RGB (Red+Green+Blue) = 204+143+209=556 (73% of max value = 765). Red value is 204 (80.08% from 255 or 36.69% from 556); Green value is 143 (56.25% from 255 or 25.72% from 556); Blue value is 209 (82.03% from 255 or 37.59% from 556); Max value from RGB is 209 - color contains mainly: blue. Hex color #CC8FD1 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CC8FD1 is #33702E. Grayscale: #A8A8A8. Windows color (decimal): -3371055 or 13733836. OLE color: 13733836.
HSL color Cylindrical-coordinate representation of color #CC8FD1: hue angle of 295.45º degrees, saturation: 0.42, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #CC8FD1 is Cyan = 0.02, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 204 | 143 | 209 | - |
| CMYK | 0.02 | 0.32 | 0 | 0.18 |
| HSL | 295.45º | 0.42% | 0.69% | - |
| HSV(B) | 295.45º | 0.32% | 0.82% | - |
| XYZ | 46.23 | 37.09 | 65.04 | - |
| YUV | 168.76 | 150.71 | 153.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 143 | 209 | 0.02 | 0.32 | 0 | 0.18 | 295.45 | 0.42 | 0.69 |
| Hex | CC | 8F | D1 | 2 | 20 | 0 | 12 | 127 | 2A | 45 |
| Octal | 314 | 217 | 321 | 2 | 40 | 0 | 22 | 447 | 52 | 105 |
| Binary | 11001100 | 10001111 | 11010001 | 10 | 100000 | 0 | 10010 | 100100111 | 101010 | 1000101 |
Color Harmonies of #CC8FD1
Complementary color
Monochromatic Colors of #CC8FD1
Black with #CC8FD1
Text Example
Text Example
White with #CC8FD1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC8FD1; }
p { color: rgb(204,143,209); }
H1.HeaderClassName
{
color: #CC8FD1;
}
.AnyTagClassName
{
color: #CC8FD1;
}
</style>
background-color css
<style>
a { background-color: #CC8FD1; }
a { background-color: rgb(204,143,209); }
div.DivClassName
{
background-color: #CC8FD1;
}
.BgClassName
{
background-color: #CC8FD1;
}
</style>
border-color css
<style>
span { border-color: #CC8FD1; }
span { border-color: rgb(204,143,209); }
td.TdClassName
{
border-color: #CC8FD1;
}
.TagClassName
{
border-color: #CC8FD1;
}
</style>