Shades of Lilac #CC8ACB
Tints of Lilac #CC8ACB
RGB
CMYK
RGB Variations
Color information
#CC8ACB (or 0xCC8ACB) is known color: Lilac. HEX triplet: CC, 8A and CB. RGB value is (204,138,203). Sum of RGB (Red+Green+Blue) = 204+138+203=545 (72% of max value = 765). Red value is 204 (80.08% from 255 or 37.43% from 545); Green value is 138 (54.30% from 255 or 25.32% from 545); Blue value is 203 (79.69% from 255 or 37.25% from 545); Max value from RGB is 204 - color contains mainly: red. Hex color #CC8ACB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CC8ACB is #337534. Grayscale: #A4A4A4. Windows color (decimal): -3372341 or 13339340. OLE color: 13339340.
HSL color Cylindrical-coordinate representation of color #CC8ACB: hue angle of 300.91º degrees, saturation: 0.39, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #CC8ACB is Cyan = 0, Magento = 0.32, Yellow = 0.00 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 138 | 203 | - |
| CMYK | 0 | 0.32 | 0.00 | 0.2 |
| HSL | 300.91º | 0.39% | 0.67% | - |
| HSV(B) | 300.91º | 0.32% | 0.8% | - |
| XYZ | 44.77 | 35.33 | 60.96 | - |
| YUV | 165.14 | 149.37 | 155.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 138 | 203 | 0 | 0.32 | 0.00 | 0.2 | 300.91 | 0.39 | 0.67 |
| Hex | CC | 8A | CB | 0 | 20 | 0 | 14 | 12D | 27 | 43 |
| Octal | 314 | 212 | 313 | 0 | 40 | 0 | 24 | 455 | 47 | 103 |
| Binary | 11001100 | 10001010 | 11001011 | 0 | 100000 | 0 | 10100 | 100101101 | 100111 | 1000011 |
Color Harmonies of #CC8ACB
Complementary color
Monochromatic Colors of #CC8ACB
Black with #CC8ACB
Text Example
Text Example
White with #CC8ACB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC8ACB; }
p { color: rgb(204,138,203); }
H1.HeaderClassName
{
color: #CC8ACB;
}
.AnyTagClassName
{
color: #CC8ACB;
}
</style>
background-color css
<style>
a { background-color: #CC8ACB; }
a { background-color: rgb(204,138,203); }
div.DivClassName
{
background-color: #CC8ACB;
}
.BgClassName
{
background-color: #CC8ACB;
}
</style>
border-color css
<style>
span { border-color: #CC8ACB; }
span { border-color: rgb(204,138,203); }
td.TdClassName
{
border-color: #CC8ACB;
}
.TagClassName
{
border-color: #CC8ACB;
}
</style>