Shades of Lilac #CC8FD4
Tints of Lilac #CC8FD4
RGB
CMYK
RGB Variations
Color information
#CC8FD4 (or 0xCC8FD4) is known color: Lilac. HEX triplet: CC, 8F and D4. RGB value is (204,143,212). Sum of RGB (Red+Green+Blue) = 204+143+212=559 (74% of max value = 765). Red value is 204 (80.08% from 255 or 36.49% from 559); Green value is 143 (56.25% from 255 or 25.58% from 559); Blue value is 212 (83.20% from 255 or 37.92% from 559); Max value from RGB is 212 - color contains mainly: blue. Hex color #CC8FD4 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CC8FD4 is #33702B. Grayscale: #A8A8A8. Windows color (decimal): -3371052 or 13930444. OLE color: 13930444.
HSL color Cylindrical-coordinate representation of color #CC8FD4: hue angle of 293.04º degrees, saturation: 0.45, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #CC8FD4 is Cyan = 0.04, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 204 | 143 | 212 | - |
| CMYK | 0.04 | 0.33 | 0 | 0.17 |
| HSL | 293.04º | 0.45% | 0.7% | - |
| HSV(B) | 293.04º | 0.33% | 0.83% | - |
| XYZ | 46.61 | 37.24 | 67.02 | - |
| YUV | 169.11 | 152.21 | 152.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 143 | 212 | 0.04 | 0.33 | 0 | 0.17 | 293.04 | 0.45 | 0.7 |
| Hex | CC | 8F | D4 | 4 | 21 | 0 | 11 | 125 | 2D | 46 |
| Octal | 314 | 217 | 324 | 4 | 41 | 0 | 21 | 445 | 55 | 106 |
| Binary | 11001100 | 10001111 | 11010100 | 100 | 100001 | 0 | 10001 | 100100101 | 101101 | 1000110 |
Color Harmonies of #CC8FD4
Complementary color
Monochromatic Colors of #CC8FD4
Black with #CC8FD4
Text Example
Text Example
White with #CC8FD4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC8FD4; }
p { color: rgb(204,143,212); }
H1.HeaderClassName
{
color: #CC8FD4;
}
.AnyTagClassName
{
color: #CC8FD4;
}
</style>
background-color css
<style>
a { background-color: #CC8FD4; }
a { background-color: rgb(204,143,212); }
div.DivClassName
{
background-color: #CC8FD4;
}
.BgClassName
{
background-color: #CC8FD4;
}
</style>
border-color css
<style>
span { border-color: #CC8FD4; }
span { border-color: rgb(204,143,212); }
td.TdClassName
{
border-color: #CC8FD4;
}
.TagClassName
{
border-color: #CC8FD4;
}
</style>