Shades of Lilac #CC8CC0
Tints of Lilac #CC8CC0
RGB
CMYK
RGB Variations
Color information
#CC8CC0 (or 0xCC8CC0) is known color: Lilac. HEX triplet: CC, 8C and C0. RGB value is (204,140,192). Sum of RGB (Red+Green+Blue) = 204+140+192=536 (70% of max value = 765). Red value is 204 (80.08% from 255 or 38.06% from 536); Green value is 140 (55.08% from 255 or 26.12% from 536); Blue value is 192 (75.39% from 255 or 35.82% from 536); Max value from RGB is 204 - color contains mainly: red. Hex color #CC8CC0 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CC8CC0 is #33733F. Grayscale: #A4A4A4. Windows color (decimal): -3371840 or 12618956. OLE color: 12618956.
HSL color Cylindrical-coordinate representation of color #CC8CC0: hue angle of 311.25º degrees, saturation: 0.39, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #CC8CC0 is Cyan = 0, Magento = 0.31, Yellow = 0.06 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 140 | 192 | - |
| CMYK | 0 | 0.31 | 0.06 | 0.2 |
| HSL | 311.25º | 0.39% | 0.67% | - |
| HSV(B) | 311.25º | 0.31% | 0.8% | - |
| XYZ | 43.79 | 35.4 | 54.39 | - |
| YUV | 165.06 | 143.2 | 155.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 140 | 192 | 0 | 0.31 | 0.06 | 0.2 | 311.25 | 0.39 | 0.67 |
| Hex | CC | 8C | C0 | 0 | 1F | 6 | 14 | 137 | 27 | 43 |
| Octal | 314 | 214 | 300 | 0 | 37 | 6 | 24 | 467 | 47 | 103 |
| Binary | 11001100 | 10001100 | 11000000 | 0 | 11111 | 110 | 10100 | 100110111 | 100111 | 1000011 |
Color Harmonies of #CC8CC0
Complementary color
Monochromatic Colors of #CC8CC0
Black with #CC8CC0
Text Example
Text Example
White with #CC8CC0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC8CC0; }
p { color: rgb(204,140,192); }
H1.HeaderClassName
{
color: #CC8CC0;
}
.AnyTagClassName
{
color: #CC8CC0;
}
</style>
background-color css
<style>
a { background-color: #CC8CC0; }
a { background-color: rgb(204,140,192); }
div.DivClassName
{
background-color: #CC8CC0;
}
.BgClassName
{
background-color: #CC8CC0;
}
</style>
border-color css
<style>
span { border-color: #CC8CC0; }
span { border-color: rgb(204,140,192); }
td.TdClassName
{
border-color: #CC8CC0;
}
.TagClassName
{
border-color: #CC8CC0;
}
</style>