Shades of Lilac #C992C3
Tints of Lilac #C992C3
RGB
CMYK
RGB Variations
Color information
#C992C3 (or 0xC992C3) is known color: Lilac. HEX triplet: C9, 92 and C3. RGB value is (201,146,195). Sum of RGB (Red+Green+Blue) = 201+146+195=542 (71% of max value = 765). Red value is 201 (78.91% from 255 or 37.08% from 542); Green value is 146 (57.42% from 255 or 26.94% from 542); Blue value is 195 (76.56% from 255 or 35.98% from 542); Max value from RGB is 201 - color contains mainly: red. Hex color #C992C3 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C992C3 is #366D3C. Grayscale: #A7A7A7. Windows color (decimal): -3566909 or 12817097. OLE color: 12817097.
HSL color Cylindrical-coordinate representation of color #C992C3: hue angle of 306.55º degrees, saturation: 0.34, 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 #C992C3 is Cyan = 0, Magento = 0.27, Yellow = 0.03 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 146 | 195 | - |
| CMYK | 0 | 0.27 | 0.03 | 0.21 |
| HSL | 306.55º | 0.34% | 0.68% | - |
| HSV(B) | 306.55º | 0.27% | 0.79% | - |
| XYZ | 44.22 | 36.92 | 56.42 | - |
| YUV | 168.03 | 143.22 | 151.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 146 | 195 | 0 | 0.27 | 0.03 | 0.21 | 306.55 | 0.34 | 0.68 |
| Hex | C9 | 92 | C3 | 0 | 1B | 3 | 15 | 133 | 22 | 44 |
| Octal | 311 | 222 | 303 | 0 | 33 | 3 | 25 | 463 | 42 | 104 |
| Binary | 11001001 | 10010010 | 11000011 | 0 | 11011 | 11 | 10101 | 100110011 | 100010 | 1000100 |
Color Harmonies of #C992C3
Complementary color
Monochromatic Colors of #C992C3
Black with #C992C3
Text Example
Text Example
White with #C992C3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C992C3; }
p { color: rgb(201,146,195); }
H1.HeaderClassName
{
color: #C992C3;
}
.AnyTagClassName
{
color: #C992C3;
}
</style>
background-color css
<style>
a { background-color: #C992C3; }
a { background-color: rgb(201,146,195); }
div.DivClassName
{
background-color: #C992C3;
}
.BgClassName
{
background-color: #C992C3;
}
</style>
border-color css
<style>
span { border-color: #C992C3; }
span { border-color: rgb(201,146,195); }
td.TdClassName
{
border-color: #C992C3;
}
.TagClassName
{
border-color: #C992C3;
}
</style>