Shades of Lilac #CC8DCB
Tints of Lilac #CC8DCB
RGB
CMYK
RGB Variations
Color information
#CC8DCB (or 0xCC8DCB) is known color: Lilac. HEX triplet: CC, 8D and CB. RGB value is (204,141,203). Sum of RGB (Red+Green+Blue) = 204+141+203=548 (72% of max value = 765). Red value is 204 (80.08% from 255 or 37.23% from 548); Green value is 141 (55.47% from 255 or 25.73% from 548); Blue value is 203 (79.69% from 255 or 37.04% from 548); Max value from RGB is 204 - color contains mainly: red. Hex color #CC8DCB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CC8DCB is #337234. Grayscale: #A6A6A6. Windows color (decimal): -3371573 or 13340108. OLE color: 13340108.
HSL color Cylindrical-coordinate representation of color #CC8DCB: hue angle of 300.95º degrees, saturation: 0.38, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #CC8DCB is Cyan = 0, Magento = 0.31, Yellow = 0.00 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 141 | 203 | - |
| CMYK | 0 | 0.31 | 0.00 | 0.2 |
| HSL | 300.95º | 0.38% | 0.68% | - |
| HSV(B) | 300.95º | 0.31% | 0.8% | - |
| XYZ | 45.21 | 36.2 | 61.1 | - |
| YUV | 166.91 | 148.37 | 154.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 141 | 203 | 0 | 0.31 | 0.00 | 0.2 | 300.95 | 0.38 | 0.68 |
| Hex | CC | 8D | CB | 0 | 1F | 0 | 14 | 12D | 26 | 44 |
| Octal | 314 | 215 | 313 | 0 | 37 | 0 | 24 | 455 | 46 | 104 |
| Binary | 11001100 | 10001101 | 11001011 | 0 | 11111 | 0 | 10100 | 100101101 | 100110 | 1000100 |
Color Harmonies of #CC8DCB
Complementary color
Monochromatic Colors of #CC8DCB
Black with #CC8DCB
Text Example
Text Example
White with #CC8DCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC8DCB; }
p { color: rgb(204,141,203); }
H1.HeaderClassName
{
color: #CC8DCB;
}
.AnyTagClassName
{
color: #CC8DCB;
}
</style>
background-color css
<style>
a { background-color: #CC8DCB; }
a { background-color: rgb(204,141,203); }
div.DivClassName
{
background-color: #CC8DCB;
}
.BgClassName
{
background-color: #CC8DCB;
}
</style>
border-color css
<style>
span { border-color: #CC8DCB; }
span { border-color: rgb(204,141,203); }
td.TdClassName
{
border-color: #CC8DCB;
}
.TagClassName
{
border-color: #CC8DCB;
}
</style>