Shades of Lilac #C993C8
Tints of Lilac #C993C8
RGB
CMYK
RGB Variations
Color information
#C993C8 (or 0xC993C8) is known color: Lilac. HEX triplet: C9, 93 and C8. RGB value is (201,147,200). Sum of RGB (Red+Green+Blue) = 201+147+200=548 (72% of max value = 765). Red value is 201 (78.91% from 255 or 36.68% from 548); Green value is 147 (57.81% from 255 or 26.82% from 548); Blue value is 200 (78.52% from 255 or 36.50% from 548); Max value from RGB is 201 - color contains mainly: red. Hex color #C993C8 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C993C8 is #366C37. Grayscale: #A9A9A9. Windows color (decimal): -3566648 or 13145033. OLE color: 13145033.
HSL color Cylindrical-coordinate representation of color #C993C8: hue angle of 301.11º 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 #C993C8 is Cyan = 0, Magento = 0.27, Yellow = 0.00 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 147 | 200 | - |
| CMYK | 0 | 0.27 | 0.00 | 0.21 |
| HSL | 301.11º | 0.33% | 0.68% | - |
| HSV(B) | 301.11º | 0.27% | 0.79% | - |
| XYZ | 44.95 | 37.46 | 59.5 | - |
| YUV | 169.19 | 145.39 | 150.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 147 | 200 | 0 | 0.27 | 0.00 | 0.21 | 301.11 | 0.33 | 0.68 |
| Hex | C9 | 93 | C8 | 0 | 1B | 0 | 15 | 12D | 21 | 44 |
| Octal | 311 | 223 | 310 | 0 | 33 | 0 | 25 | 455 | 41 | 104 |
| Binary | 11001001 | 10010011 | 11001000 | 0 | 11011 | 0 | 10101 | 100101101 | 100001 | 1000100 |
Color Harmonies of #C993C8
Complementary color
Monochromatic Colors of #C993C8
Black with #C993C8
Text Example
Text Example
White with #C993C8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C993C8; }
p { color: rgb(201,147,200); }
H1.HeaderClassName
{
color: #C993C8;
}
.AnyTagClassName
{
color: #C993C8;
}
</style>
background-color css
<style>
a { background-color: #C993C8; }
a { background-color: rgb(201,147,200); }
div.DivClassName
{
background-color: #C993C8;
}
.BgClassName
{
background-color: #C993C8;
}
</style>
border-color css
<style>
span { border-color: #C993C8; }
span { border-color: rgb(201,147,200); }
td.TdClassName
{
border-color: #C993C8;
}
.TagClassName
{
border-color: #C993C8;
}
</style>