Shades of Lilac #C993C5
Tints of Lilac #C993C5
RGB
CMYK
RGB Variations
Color information
#C993C5 (or 0xC993C5) is known color: Lilac. HEX triplet: C9, 93 and C5. RGB value is (201,147,197). Sum of RGB (Red+Green+Blue) = 201+147+197=545 (72% of max value = 765). Red value is 201 (78.91% from 255 or 36.88% from 545); Green value is 147 (57.81% from 255 or 26.97% from 545); Blue value is 197 (77.34% from 255 or 36.15% from 545); Max value from RGB is 201 - color contains mainly: red. Hex color #C993C5 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C993C5 is #366C3A. Grayscale: #A8A8A8. Windows color (decimal): -3566651 or 12948425. OLE color: 12948425.
HSL color Cylindrical-coordinate representation of color #C993C5: hue angle of 304.44º degrees, saturation: 0.33, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #C993C5 is Cyan = 0, Magento = 0.27, Yellow = 0.02 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 147 | 197 | - |
| CMYK | 0 | 0.27 | 0.02 | 0.21 |
| HSL | 304.44º | 0.33% | 0.68% | - |
| HSV(B) | 304.44º | 0.27% | 0.79% | - |
| XYZ | 44.6 | 37.32 | 57.68 | - |
| YUV | 168.85 | 143.89 | 150.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 147 | 197 | 0 | 0.27 | 0.02 | 0.21 | 304.44 | 0.33 | 0.68 |
| Hex | C9 | 93 | C5 | 0 | 1B | 2 | 15 | 130 | 21 | 44 |
| Octal | 311 | 223 | 305 | 0 | 33 | 2 | 25 | 460 | 41 | 104 |
| Binary | 11001001 | 10010011 | 11000101 | 0 | 11011 | 10 | 10101 | 100110000 | 100001 | 1000100 |
Color Harmonies of #C993C5
Complementary color
Monochromatic Colors of #C993C5
Black with #C993C5
Text Example
Text Example
White with #C993C5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C993C5; }
p { color: rgb(201,147,197); }
H1.HeaderClassName
{
color: #C993C5;
}
.AnyTagClassName
{
color: #C993C5;
}
</style>
background-color css
<style>
a { background-color: #C993C5; }
a { background-color: rgb(201,147,197); }
div.DivClassName
{
background-color: #C993C5;
}
.BgClassName
{
background-color: #C993C5;
}
</style>
border-color css
<style>
span { border-color: #C993C5; }
span { border-color: rgb(201,147,197); }
td.TdClassName
{
border-color: #C993C5;
}
.TagClassName
{
border-color: #C993C5;
}
</style>