Shades of Lilac #C993CD
Tints of Lilac #C993CD
RGB
CMYK
RGB Variations
Color information
#C993CD (or 0xC993CD) is known color: Lilac. HEX triplet: C9, 93 and CD. RGB value is (201,147,205). Sum of RGB (Red+Green+Blue) = 201+147+205=553 (73% of max value = 765). Red value is 201 (78.91% from 255 or 36.35% from 553); Green value is 147 (57.81% from 255 or 26.58% from 553); Blue value is 205 (80.47% from 255 or 37.07% from 553); Max value from RGB is 205 - color contains mainly: blue. Hex color #C993CD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C993CD is #366C32. Grayscale: #A9A9A9. Windows color (decimal): -3566643 or 13472713. OLE color: 13472713.
HSL color Cylindrical-coordinate representation of color #C993CD: hue angle of 295.86º degrees, saturation: 0.37, 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 #C993CD is Cyan = 0.02, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 201 | 147 | 205 | - |
| CMYK | 0.02 | 0.28 | 0 | 0.20 |
| HSL | 295.86º | 0.37% | 0.69% | - |
| HSV(B) | 295.86º | 0.28% | 0.8% | - |
| XYZ | 45.54 | 37.69 | 62.63 | - |
| YUV | 169.76 | 147.89 | 150.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 147 | 205 | 0.02 | 0.28 | 0 | 0.20 | 295.86 | 0.37 | 0.69 |
| Hex | C9 | 93 | CD | 2 | 1C | 0 | 14 | 128 | 25 | 45 |
| Octal | 311 | 223 | 315 | 2 | 34 | 0 | 24 | 450 | 45 | 105 |
| Binary | 11001001 | 10010011 | 11001101 | 10 | 11100 | 0 | 10100 | 100101000 | 100101 | 1000101 |
Color Harmonies of #C993CD
Complementary color
Monochromatic Colors of #C993CD
Black with #C993CD
Text Example
Text Example
White with #C993CD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C993CD; }
p { color: rgb(201,147,205); }
H1.HeaderClassName
{
color: #C993CD;
}
.AnyTagClassName
{
color: #C993CD;
}
</style>
background-color css
<style>
a { background-color: #C993CD; }
a { background-color: rgb(201,147,205); }
div.DivClassName
{
background-color: #C993CD;
}
.BgClassName
{
background-color: #C993CD;
}
</style>
border-color css
<style>
span { border-color: #C993CD; }
span { border-color: rgb(201,147,205); }
td.TdClassName
{
border-color: #C993CD;
}
.TagClassName
{
border-color: #C993CD;
}
</style>