Shades of Lilac #C99DC2
Tints of Lilac #C99DC2
RGB
CMYK
RGB Variations
Color information
#C99DC2 (or 0xC99DC2) is known color: Lilac. HEX triplet: C9, 9D and C2. RGB value is (201,157,194). Sum of RGB (Red+Green+Blue) = 201+157+194=552 (73% of max value = 765). Red value is 201 (78.91% from 255 or 36.41% from 552); Green value is 157 (61.72% from 255 or 28.44% from 552); Blue value is 194 (76.17% from 255 or 35.14% from 552); Max value from RGB is 201 - color contains mainly: red. Hex color #C99DC2 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C99DC2 is #36623D. Grayscale: #AEAEAE. Windows color (decimal): -3564094 or 12754377. OLE color: 12754377.
HSL color Cylindrical-coordinate representation of color #C99DC2: hue angle of 309.55º degrees, saturation: 0.29, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #C99DC2 is Cyan = 0, Magento = 0.22, Yellow = 0.03 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 157 | 194 | - |
| CMYK | 0 | 0.22 | 0.03 | 0.21 |
| HSL | 309.55º | 0.29% | 0.7% | - |
| HSV(B) | 309.55º | 0.22% | 0.79% | - |
| XYZ | 45.88 | 40.43 | 56.42 | - |
| YUV | 174.37 | 139.08 | 146.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 157 | 194 | 0 | 0.22 | 0.03 | 0.21 | 309.55 | 0.29 | 0.7 |
| Hex | C9 | 9D | C2 | 0 | 16 | 3 | 15 | 136 | 1D | 46 |
| Octal | 311 | 235 | 302 | 0 | 26 | 3 | 25 | 466 | 35 | 106 |
| Binary | 11001001 | 10011101 | 11000010 | 0 | 10110 | 11 | 10101 | 100110110 | 11101 | 1000110 |
Color Harmonies of #C99DC2
Complementary color
Monochromatic Colors of #C99DC2
Black with #C99DC2
Text Example
Text Example
White with #C99DC2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C99DC2; }
p { color: rgb(201,157,194); }
H1.HeaderClassName
{
color: #C99DC2;
}
.AnyTagClassName
{
color: #C99DC2;
}
</style>
background-color css
<style>
a { background-color: #C99DC2; }
a { background-color: rgb(201,157,194); }
div.DivClassName
{
background-color: #C99DC2;
}
.BgClassName
{
background-color: #C99DC2;
}
</style>
border-color css
<style>
span { border-color: #C99DC2; }
span { border-color: rgb(201,157,194); }
td.TdClassName
{
border-color: #C99DC2;
}
.TagClassName
{
border-color: #C99DC2;
}
</style>