Shades of Lilac #CC93CB
Tints of Lilac #CC93CB
RGB
CMYK
RGB Variations
Color information
#CC93CB (or 0xCC93CB) is known color: Lilac. HEX triplet: CC, 93 and CB. RGB value is (204,147,203). Sum of RGB (Red+Green+Blue) = 204+147+203=554 (73% of max value = 765). Red value is 204 (80.08% from 255 or 36.82% from 554); Green value is 147 (57.81% from 255 or 26.53% from 554); Blue value is 203 (79.69% from 255 or 36.64% from 554); Max value from RGB is 204 - color contains mainly: red. Hex color #CC93CB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CC93CB is #336C34. Grayscale: #AAAAAA. Windows color (decimal): -3370037 or 13341644. OLE color: 13341644.
HSL color Cylindrical-coordinate representation of color #CC93CB: hue angle of 301.05º degrees, saturation: 0.36, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #CC93CB is Cyan = 0, Magento = 0.28, Yellow = 0.00 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 147 | 203 | - |
| CMYK | 0 | 0.28 | 0.00 | 0.2 |
| HSL | 301.05º | 0.36% | 0.69% | - |
| HSV(B) | 301.05º | 0.28% | 0.8% | - |
| XYZ | 46.12 | 38.02 | 61.41 | - |
| YUV | 170.43 | 146.38 | 151.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 147 | 203 | 0 | 0.28 | 0.00 | 0.2 | 301.05 | 0.36 | 0.69 |
| Hex | CC | 93 | CB | 0 | 1C | 0 | 14 | 12D | 24 | 45 |
| Octal | 314 | 223 | 313 | 0 | 34 | 0 | 24 | 455 | 44 | 105 |
| Binary | 11001100 | 10010011 | 11001011 | 0 | 11100 | 0 | 10100 | 100101101 | 100100 | 1000101 |
Color Harmonies of #CC93CB
Complementary color
Monochromatic Colors of #CC93CB
Black with #CC93CB
Text Example
Text Example
White with #CC93CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC93CB; }
p { color: rgb(204,147,203); }
H1.HeaderClassName
{
color: #CC93CB;
}
.AnyTagClassName
{
color: #CC93CB;
}
</style>
background-color css
<style>
a { background-color: #CC93CB; }
a { background-color: rgb(204,147,203); }
div.DivClassName
{
background-color: #CC93CB;
}
.BgClassName
{
background-color: #CC93CB;
}
</style>
border-color css
<style>
span { border-color: #CC93CB; }
span { border-color: rgb(204,147,203); }
td.TdClassName
{
border-color: #CC93CB;
}
.TagClassName
{
border-color: #CC93CB;
}
</style>