Shades of Lilac #C992CE
Tints of Lilac #C992CE
RGB
CMYK
RGB Variations
Color information
#C992CE (or 0xC992CE) is known color: Lilac. HEX triplet: C9, 92 and CE. RGB value is (201,146,206). Sum of RGB (Red+Green+Blue) = 201+146+206=553 (73% of max value = 765). Red value is 201 (78.91% from 255 or 36.35% from 553); Green value is 146 (57.42% from 255 or 26.40% from 553); Blue value is 206 (80.86% from 255 or 37.25% from 553); Max value from RGB is 206 - color contains mainly: blue. Hex color #C992CE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C992CE is #366D31. Grayscale: #A9A9A9. Windows color (decimal): -3566898 or 13537993. OLE color: 13537993.
HSL color Cylindrical-coordinate representation of color #C992CE: hue angle of 295º degrees, saturation: 0.38, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #C992CE is Cyan = 0.02, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 201 | 146 | 206 | - |
| CMYK | 0.02 | 0.29 | 0 | 0.19 |
| HSL | 295º | 0.38% | 0.69% | - |
| HSV(B) | 295º | 0.29% | 0.81% | - |
| XYZ | 45.51 | 37.43 | 63.22 | - |
| YUV | 169.29 | 148.72 | 150.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 146 | 206 | 0.02 | 0.29 | 0 | 0.19 | 295 | 0.38 | 0.69 |
| Hex | C9 | 92 | CE | 2 | 1D | 0 | 13 | 127 | 26 | 45 |
| Octal | 311 | 222 | 316 | 2 | 35 | 0 | 23 | 447 | 46 | 105 |
| Binary | 11001001 | 10010010 | 11001110 | 10 | 11101 | 0 | 10011 | 100100111 | 100110 | 1000101 |
Color Harmonies of #C992CE
Complementary color
Monochromatic Colors of #C992CE
Black with #C992CE
Text Example
Text Example
White with #C992CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C992CE; }
p { color: rgb(201,146,206); }
H1.HeaderClassName
{
color: #C992CE;
}
.AnyTagClassName
{
color: #C992CE;
}
</style>
background-color css
<style>
a { background-color: #C992CE; }
a { background-color: rgb(201,146,206); }
div.DivClassName
{
background-color: #C992CE;
}
.BgClassName
{
background-color: #C992CE;
}
</style>
border-color css
<style>
span { border-color: #C992CE; }
span { border-color: rgb(201,146,206); }
td.TdClassName
{
border-color: #C992CE;
}
.TagClassName
{
border-color: #C992CE;
}
</style>