Shades of Lilac #CC8FC7
Tints of Lilac #CC8FC7
RGB
CMYK
RGB Variations
Color information
#CC8FC7 (or 0xCC8FC7) is known color: Lilac. HEX triplet: CC, 8F and C7. RGB value is (204,143,199). Sum of RGB (Red+Green+Blue) = 204+143+199=546 (72% of max value = 765). Red value is 204 (80.08% from 255 or 37.36% from 546); Green value is 143 (56.25% from 255 or 26.19% from 546); Blue value is 199 (78.12% from 255 or 36.45% from 546); Max value from RGB is 204 - color contains mainly: red. Hex color #CC8FC7 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CC8FC7 is #337038. Grayscale: #A7A7A7. Windows color (decimal): -3371065 or 13078476. OLE color: 13078476.
HSL color Cylindrical-coordinate representation of color #CC8FC7: hue angle of 304.92º degrees, saturation: 0.37, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #CC8FC7 is Cyan = 0, Magento = 0.30, Yellow = 0.02 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 143 | 199 | - |
| CMYK | 0 | 0.30 | 0.02 | 0.2 |
| HSL | 304.92º | 0.37% | 0.68% | - |
| HSV(B) | 304.92º | 0.3% | 0.8% | - |
| XYZ | 45.03 | 36.61 | 58.72 | - |
| YUV | 167.62 | 145.71 | 153.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 143 | 199 | 0 | 0.30 | 0.02 | 0.2 | 304.92 | 0.37 | 0.68 |
| Hex | CC | 8F | C7 | 0 | 1E | 2 | 14 | 131 | 25 | 44 |
| Octal | 314 | 217 | 307 | 0 | 36 | 2 | 24 | 461 | 45 | 104 |
| Binary | 11001100 | 10001111 | 11000111 | 0 | 11110 | 10 | 10100 | 100110001 | 100101 | 1000100 |
Color Harmonies of #CC8FC7
Complementary color
Monochromatic Colors of #CC8FC7
Black with #CC8FC7
Text Example
Text Example
White with #CC8FC7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC8FC7; }
p { color: rgb(204,143,199); }
H1.HeaderClassName
{
color: #CC8FC7;
}
.AnyTagClassName
{
color: #CC8FC7;
}
</style>
background-color css
<style>
a { background-color: #CC8FC7; }
a { background-color: rgb(204,143,199); }
div.DivClassName
{
background-color: #CC8FC7;
}
.BgClassName
{
background-color: #CC8FC7;
}
</style>
border-color css
<style>
span { border-color: #CC8FC7; }
span { border-color: rgb(204,143,199); }
td.TdClassName
{
border-color: #CC8FC7;
}
.TagClassName
{
border-color: #CC8FC7;
}
</style>