Shades of Lilac #C992CD
Tints of Lilac #C992CD
RGB
CMYK
RGB Variations
Color information
#C992CD (or 0xC992CD) is known color: Lilac. HEX triplet: C9, 92 and CD. RGB value is (201,146,205). Sum of RGB (Red+Green+Blue) = 201+146+205=552 (73% of max value = 765). Red value is 201 (78.91% from 255 or 36.41% from 552); Green value is 146 (57.42% from 255 or 26.45% from 552); Blue value is 205 (80.47% from 255 or 37.14% from 552); Max value from RGB is 205 - color contains mainly: blue. Hex color #C992CD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C992CD is #366D32. Grayscale: #A8A8A8. Windows color (decimal): -3566899 or 13472457. OLE color: 13472457.
HSL color Cylindrical-coordinate representation of color #C992CD: hue angle of 295.93º degrees, saturation: 0.37, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #C992CD is Cyan = 0.02, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 201 | 146 | 205 | - |
| CMYK | 0.02 | 0.29 | 0 | 0.20 |
| HSL | 295.93º | 0.37% | 0.69% | - |
| HSV(B) | 295.93º | 0.29% | 0.8% | - |
| XYZ | 45.39 | 37.38 | 62.58 | - |
| YUV | 169.17 | 148.22 | 150.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 146 | 205 | 0.02 | 0.29 | 0 | 0.20 | 295.93 | 0.37 | 0.69 |
| Hex | C9 | 92 | CD | 2 | 1D | 0 | 14 | 128 | 25 | 45 |
| Octal | 311 | 222 | 315 | 2 | 35 | 0 | 24 | 450 | 45 | 105 |
| Binary | 11001001 | 10010010 | 11001101 | 10 | 11101 | 0 | 10100 | 100101000 | 100101 | 1000101 |
Color Harmonies of #C992CD
Complementary color
Monochromatic Colors of #C992CD
Black with #C992CD
Text Example
Text Example
White with #C992CD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C992CD; }
p { color: rgb(201,146,205); }
H1.HeaderClassName
{
color: #C992CD;
}
.AnyTagClassName
{
color: #C992CD;
}
</style>
background-color css
<style>
a { background-color: #C992CD; }
a { background-color: rgb(201,146,205); }
div.DivClassName
{
background-color: #C992CD;
}
.BgClassName
{
background-color: #C992CD;
}
</style>
border-color css
<style>
span { border-color: #C992CD; }
span { border-color: rgb(201,146,205); }
td.TdClassName
{
border-color: #C992CD;
}
.TagClassName
{
border-color: #C992CD;
}
</style>