Shades of Lilac #C993C7
Tints of Lilac #C993C7
RGB
CMYK
RGB Variations
Color information
#C993C7 (or 0xC993C7) is known color: Lilac. HEX triplet: C9, 93 and C7. RGB value is (201,147,199). Sum of RGB (Red+Green+Blue) = 201+147+199=547 (72% of max value = 765). Red value is 201 (78.91% from 255 or 36.75% from 547); Green value is 147 (57.81% from 255 or 26.87% from 547); Blue value is 199 (78.12% from 255 or 36.38% from 547); Max value from RGB is 201 - color contains mainly: red. Hex color #C993C7 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C993C7 is #366C38. Grayscale: #A8A8A8. Windows color (decimal): -3566649 or 13079497. OLE color: 13079497.
HSL color Cylindrical-coordinate representation of color #C993C7: hue angle of 302.22º 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 #C993C7 is Cyan = 0, Magento = 0.27, Yellow = 0.01 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 147 | 199 | - |
| CMYK | 0 | 0.27 | 0.01 | 0.21 |
| HSL | 302.22º | 0.33% | 0.68% | - |
| HSV(B) | 302.22º | 0.27% | 0.79% | - |
| XYZ | 44.83 | 37.41 | 58.89 | - |
| YUV | 169.07 | 144.89 | 150.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 147 | 199 | 0 | 0.27 | 0.01 | 0.21 | 302.22 | 0.33 | 0.68 |
| Hex | C9 | 93 | C7 | 0 | 1B | 1 | 15 | 12E | 21 | 44 |
| Octal | 311 | 223 | 307 | 0 | 33 | 1 | 25 | 456 | 41 | 104 |
| Binary | 11001001 | 10010011 | 11000111 | 0 | 11011 | 1 | 10101 | 100101110 | 100001 | 1000100 |
Color Harmonies of #C993C7
Complementary color
Monochromatic Colors of #C993C7
Black with #C993C7
Text Example
Text Example
White with #C993C7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C993C7; }
p { color: rgb(201,147,199); }
H1.HeaderClassName
{
color: #C993C7;
}
.AnyTagClassName
{
color: #C993C7;
}
</style>
background-color css
<style>
a { background-color: #C993C7; }
a { background-color: rgb(201,147,199); }
div.DivClassName
{
background-color: #C993C7;
}
.BgClassName
{
background-color: #C993C7;
}
</style>
border-color css
<style>
span { border-color: #C993C7; }
span { border-color: rgb(201,147,199); }
td.TdClassName
{
border-color: #C993C7;
}
.TagClassName
{
border-color: #C993C7;
}
</style>