Shades of Lilac #CC8CC4
Tints of Lilac #CC8CC4
RGB
CMYK
RGB Variations
Color information
#CC8CC4 (or 0xCC8CC4) is known color: Lilac. HEX triplet: CC, 8C and C4. RGB value is (204,140,196). Sum of RGB (Red+Green+Blue) = 204+140+196=540 (71% of max value = 765). Red value is 204 (80.08% from 255 or 37.78% from 540); Green value is 140 (55.08% from 255 or 25.93% from 540); Blue value is 196 (76.95% from 255 or 36.30% from 540); Max value from RGB is 204 - color contains mainly: red. Hex color #CC8CC4 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CC8CC4 is #33733B. Grayscale: #A5A5A5. Windows color (decimal): -3371836 or 12881100. OLE color: 12881100.
HSL color Cylindrical-coordinate representation of color #CC8CC4: hue angle of 307.5º 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 #CC8CC4 is Cyan = 0, Magento = 0.31, Yellow = 0.04 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 140 | 196 | - |
| CMYK | 0 | 0.31 | 0.04 | 0.2 |
| HSL | 307.5º | 0.39% | 0.67% | - |
| HSV(B) | 307.5º | 0.31% | 0.8% | - |
| XYZ | 44.24 | 35.58 | 56.76 | - |
| YUV | 165.52 | 145.2 | 155.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 140 | 196 | 0 | 0.31 | 0.04 | 0.2 | 307.5 | 0.39 | 0.67 |
| Hex | CC | 8C | C4 | 0 | 1F | 4 | 14 | 134 | 27 | 43 |
| Octal | 314 | 214 | 304 | 0 | 37 | 4 | 24 | 464 | 47 | 103 |
| Binary | 11001100 | 10001100 | 11000100 | 0 | 11111 | 100 | 10100 | 100110100 | 100111 | 1000011 |
Color Harmonies of #CC8CC4
Complementary color
Monochromatic Colors of #CC8CC4
Black with #CC8CC4
Text Example
Text Example
White with #CC8CC4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC8CC4; }
p { color: rgb(204,140,196); }
H1.HeaderClassName
{
color: #CC8CC4;
}
.AnyTagClassName
{
color: #CC8CC4;
}
</style>
background-color css
<style>
a { background-color: #CC8CC4; }
a { background-color: rgb(204,140,196); }
div.DivClassName
{
background-color: #CC8CC4;
}
.BgClassName
{
background-color: #CC8CC4;
}
</style>
border-color css
<style>
span { border-color: #CC8CC4; }
span { border-color: rgb(204,140,196); }
td.TdClassName
{
border-color: #CC8CC4;
}
.TagClassName
{
border-color: #CC8CC4;
}
</style>