Shades of Lilac #CC8CCA
Tints of Lilac #CC8CCA
RGB
CMYK
RGB Variations
Color information
#CC8CCA (or 0xCC8CCA) is known color: Lilac. HEX triplet: CC, 8C and CA. RGB value is (204,140,202). Sum of RGB (Red+Green+Blue) = 204+140+202=546 (72% of max value = 765). Red value is 204 (80.08% from 255 or 37.36% from 546); Green value is 140 (55.08% from 255 or 25.64% from 546); Blue value is 202 (79.30% from 255 or 37.00% from 546); Max value from RGB is 204 - color contains mainly: red. Hex color #CC8CCA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CC8CCA is #337335. Grayscale: #A6A6A6. Windows color (decimal): -3371830 or 13274316. OLE color: 13274316.
HSL color Cylindrical-coordinate representation of color #CC8CCA: hue angle of 301.88º 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 #CC8CCA is Cyan = 0, Magento = 0.31, Yellow = 0.01 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 140 | 202 | - |
| CMYK | 0 | 0.31 | 0.01 | 0.2 |
| HSL | 301.88º | 0.39% | 0.67% | - |
| HSV(B) | 301.88º | 0.31% | 0.8% | - |
| XYZ | 44.94 | 35.86 | 60.43 | - |
| YUV | 166.2 | 148.2 | 154.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 140 | 202 | 0 | 0.31 | 0.01 | 0.2 | 301.88 | 0.39 | 0.67 |
| Hex | CC | 8C | CA | 0 | 1F | 1 | 14 | 12E | 27 | 43 |
| Octal | 314 | 214 | 312 | 0 | 37 | 1 | 24 | 456 | 47 | 103 |
| Binary | 11001100 | 10001100 | 11001010 | 0 | 11111 | 1 | 10100 | 100101110 | 100111 | 1000011 |
Color Harmonies of #CC8CCA
Complementary color
Monochromatic Colors of #CC8CCA
Black with #CC8CCA
Text Example
Text Example
White with #CC8CCA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC8CCA; }
p { color: rgb(204,140,202); }
H1.HeaderClassName
{
color: #CC8CCA;
}
.AnyTagClassName
{
color: #CC8CCA;
}
</style>
background-color css
<style>
a { background-color: #CC8CCA; }
a { background-color: rgb(204,140,202); }
div.DivClassName
{
background-color: #CC8CCA;
}
.BgClassName
{
background-color: #CC8CCA;
}
</style>
border-color css
<style>
span { border-color: #CC8CCA; }
span { border-color: rgb(204,140,202); }
td.TdClassName
{
border-color: #CC8CCA;
}
.TagClassName
{
border-color: #CC8CCA;
}
</style>