Shades of Lilac #CC8FCB
Tints of Lilac #CC8FCB
RGB
CMYK
RGB Variations
Color information
#CC8FCB (or 0xCC8FCB) is known color: Lilac. HEX triplet: CC, 8F and CB. RGB value is (204,143,203). Sum of RGB (Red+Green+Blue) = 204+143+203=550 (72% of max value = 765). Red value is 204 (80.08% from 255 or 37.09% from 550); Green value is 143 (56.25% from 255 or 26% from 550); Blue value is 203 (79.69% from 255 or 36.91% from 550); Max value from RGB is 204 - color contains mainly: red. Hex color #CC8FCB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CC8FCB is #337034. Grayscale: #A7A7A7. Windows color (decimal): -3371061 or 13340620. OLE color: 13340620.
HSL color Cylindrical-coordinate representation of color #CC8FCB: hue angle of 300.98º degrees, saturation: 0.37, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #CC8FCB is Cyan = 0, Magento = 0.30, Yellow = 0.00 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 143 | 203 | - |
| CMYK | 0 | 0.30 | 0.00 | 0.2 |
| HSL | 300.98º | 0.37% | 0.68% | - |
| HSV(B) | 300.98º | 0.3% | 0.8% | - |
| XYZ | 45.5 | 36.79 | 61.2 | - |
| YUV | 168.08 | 147.71 | 153.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 143 | 203 | 0 | 0.30 | 0.00 | 0.2 | 300.98 | 0.37 | 0.68 |
| Hex | CC | 8F | CB | 0 | 1E | 0 | 14 | 12D | 25 | 44 |
| Octal | 314 | 217 | 313 | 0 | 36 | 0 | 24 | 455 | 45 | 104 |
| Binary | 11001100 | 10001111 | 11001011 | 0 | 11110 | 0 | 10100 | 100101101 | 100101 | 1000100 |
Color Harmonies of #CC8FCB
Complementary color
Monochromatic Colors of #CC8FCB
Black with #CC8FCB
Text Example
Text Example
White with #CC8FCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC8FCB; }
p { color: rgb(204,143,203); }
H1.HeaderClassName
{
color: #CC8FCB;
}
.AnyTagClassName
{
color: #CC8FCB;
}
</style>
background-color css
<style>
a { background-color: #CC8FCB; }
a { background-color: rgb(204,143,203); }
div.DivClassName
{
background-color: #CC8FCB;
}
.BgClassName
{
background-color: #CC8FCB;
}
</style>
border-color css
<style>
span { border-color: #CC8FCB; }
span { border-color: rgb(204,143,203); }
td.TdClassName
{
border-color: #CC8FCB;
}
.TagClassName
{
border-color: #CC8FCB;
}
</style>