Shades of Lilac #C992D0
Tints of Lilac #C992D0
RGB
CMYK
RGB Variations
Color information
#C992D0 (or 0xC992D0) is known color: Lilac. HEX triplet: C9, 92 and D0. RGB value is (201,146,208). Sum of RGB (Red+Green+Blue) = 201+146+208=555 (73% of max value = 765). Red value is 201 (78.91% from 255 or 36.22% from 555); Green value is 146 (57.42% from 255 or 26.31% from 555); Blue value is 208 (81.64% from 255 or 37.48% from 555); Max value from RGB is 208 - color contains mainly: blue. Hex color #C992D0 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C992D0 is #366D2F. Grayscale: #A9A9A9. Windows color (decimal): -3566896 or 13669065. OLE color: 13669065.
HSL color Cylindrical-coordinate representation of color #C992D0: hue angle of 293.23º degrees, saturation: 0.4, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #C992D0 is Cyan = 0.03, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 201 | 146 | 208 | - |
| CMYK | 0.03 | 0.30 | 0 | 0.18 |
| HSL | 293.23º | 0.4% | 0.69% | - |
| HSV(B) | 293.23º | 0.3% | 0.82% | - |
| XYZ | 45.75 | 37.53 | 64.51 | - |
| YUV | 169.51 | 149.72 | 150.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 146 | 208 | 0.03 | 0.30 | 0 | 0.18 | 293.23 | 0.4 | 0.69 |
| Hex | C9 | 92 | D0 | 3 | 1E | 0 | 12 | 125 | 28 | 45 |
| Octal | 311 | 222 | 320 | 3 | 36 | 0 | 22 | 445 | 50 | 105 |
| Binary | 11001001 | 10010010 | 11010000 | 11 | 11110 | 0 | 10010 | 100100101 | 101000 | 1000101 |
Color Harmonies of #C992D0
Complementary color
Monochromatic Colors of #C992D0
Black with #C992D0
Text Example
Text Example
White with #C992D0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C992D0; }
p { color: rgb(201,146,208); }
H1.HeaderClassName
{
color: #C992D0;
}
.AnyTagClassName
{
color: #C992D0;
}
</style>
background-color css
<style>
a { background-color: #C992D0; }
a { background-color: rgb(201,146,208); }
div.DivClassName
{
background-color: #C992D0;
}
.BgClassName
{
background-color: #C992D0;
}
</style>
border-color css
<style>
span { border-color: #C992D0; }
span { border-color: rgb(201,146,208); }
td.TdClassName
{
border-color: #C992D0;
}
.TagClassName
{
border-color: #C992D0;
}
</style>