Shades of Lilac #CC8FC8
Tints of Lilac #CC8FC8
RGB
CMYK
RGB Variations
Color information
#CC8FC8 (or 0xCC8FC8) is known color: Lilac. HEX triplet: CC, 8F and C8. RGB value is (204,143,200). Sum of RGB (Red+Green+Blue) = 204+143+200=547 (72% of max value = 765). Red value is 204 (80.08% from 255 or 37.29% from 547); Green value is 143 (56.25% from 255 or 26.14% from 547); Blue value is 200 (78.52% from 255 or 36.56% from 547); Max value from RGB is 204 - color contains mainly: red. Hex color #CC8FC8 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CC8FC8 is #337037. Grayscale: #A7A7A7. Windows color (decimal): -3371064 or 13144012. OLE color: 13144012.
HSL color Cylindrical-coordinate representation of color #CC8FC8: hue angle of 303.93º 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 #CC8FC8 is Cyan = 0, Magento = 0.30, Yellow = 0.02 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 143 | 200 | - |
| CMYK | 0 | 0.30 | 0.02 | 0.2 |
| HSL | 303.93º | 0.37% | 0.68% | - |
| HSV(B) | 303.93º | 0.3% | 0.8% | - |
| XYZ | 45.15 | 36.65 | 59.34 | - |
| YUV | 167.74 | 146.21 | 153.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 143 | 200 | 0 | 0.30 | 0.02 | 0.2 | 303.93 | 0.37 | 0.68 |
| Hex | CC | 8F | C8 | 0 | 1E | 2 | 14 | 130 | 25 | 44 |
| Octal | 314 | 217 | 310 | 0 | 36 | 2 | 24 | 460 | 45 | 104 |
| Binary | 11001100 | 10001111 | 11001000 | 0 | 11110 | 10 | 10100 | 100110000 | 100101 | 1000100 |
Color Harmonies of #CC8FC8
Complementary color
Monochromatic Colors of #CC8FC8
Black with #CC8FC8
Text Example
Text Example
White with #CC8FC8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC8FC8; }
p { color: rgb(204,143,200); }
H1.HeaderClassName
{
color: #CC8FC8;
}
.AnyTagClassName
{
color: #CC8FC8;
}
</style>
background-color css
<style>
a { background-color: #CC8FC8; }
a { background-color: rgb(204,143,200); }
div.DivClassName
{
background-color: #CC8FC8;
}
.BgClassName
{
background-color: #CC8FC8;
}
</style>
border-color css
<style>
span { border-color: #CC8FC8; }
span { border-color: rgb(204,143,200); }
td.TdClassName
{
border-color: #CC8FC8;
}
.TagClassName
{
border-color: #CC8FC8;
}
</style>