Shades of Lilac #CC93CC
Tints of Lilac #CC93CC
RGB
CMYK
RGB Variations
Color information
#CC93CC (or 0xCC93CC) is known color: Lilac. HEX triplet: CC, 93 and CC. RGB value is (204,147,204). Sum of RGB (Red+Green+Blue) = 204+147+204=555 (73% of max value = 765). Red value is 204 (80.08% from 255 or 36.76% from 555); Green value is 147 (57.81% from 255 or 26.49% from 555); Blue value is 204 (80.08% from 255 or 36.76% from 555); Max value from RGB is 204 - color contains mainly: red, blue. Hex color #CC93CC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CC93CC is #336C33. Grayscale: #AAAAAA. Windows color (decimal): -3370036 or 13407180. OLE color: 13407180.
HSL color Cylindrical-coordinate representation of color #CC93CC: hue angle of 300º 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 #CC93CC is Cyan = 0, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 147 | 204 | - |
| CMYK | 0 | 0.28 | 0 | 0.2 |
| HSL | 300º | 0.36% | 0.69% | - |
| HSV(B) | 300º | 0.28% | 0.8% | - |
| XYZ | 46.23 | 38.06 | 62.04 | - |
| YUV | 170.54 | 146.88 | 151.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 147 | 204 | 0 | 0.28 | 0 | 0.2 | 300 | 0.36 | 0.69 |
| Hex | CC | 93 | CC | 0 | 1C | 0 | 14 | 12C | 24 | 45 |
| Octal | 314 | 223 | 314 | 0 | 34 | 0 | 24 | 454 | 44 | 105 |
| Binary | 11001100 | 10010011 | 11001100 | 0 | 11100 | 0 | 10100 | 100101100 | 100100 | 1000101 |
Color Harmonies of #CC93CC
Complementary color
Monochromatic Colors of #CC93CC
Black with #CC93CC
Text Example
Text Example
White with #CC93CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC93CC; }
p { color: rgb(204,147,204); }
H1.HeaderClassName
{
color: #CC93CC;
}
.AnyTagClassName
{
color: #CC93CC;
}
</style>
background-color css
<style>
a { background-color: #CC93CC; }
a { background-color: rgb(204,147,204); }
div.DivClassName
{
background-color: #CC93CC;
}
.BgClassName
{
background-color: #CC93CC;
}
</style>
border-color css
<style>
span { border-color: #CC93CC; }
span { border-color: rgb(204,147,204); }
td.TdClassName
{
border-color: #CC93CC;
}
.TagClassName
{
border-color: #CC93CC;
}
</style>