Shades of Lilac #C892CA
Tints of Lilac #C892CA
RGB
CMYK
RGB Variations
Color information
#C892CA (or 0xC892CA) is known color: Lilac. HEX triplet: C8, 92 and CA. RGB value is (200,146,202). Sum of RGB (Red+Green+Blue) = 200+146+202=548 (72% of max value = 765). Red value is 200 (78.52% from 255 or 36.50% from 548); Green value is 146 (57.42% from 255 or 26.64% from 548); Blue value is 202 (79.30% from 255 or 36.86% from 548); Max value from RGB is 202 - color contains mainly: blue. Hex color #C892CA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C892CA is #376D35. Grayscale: #A8A8A8. Windows color (decimal): -3632438 or 13275848. OLE color: 13275848.
HSL color Cylindrical-coordinate representation of color #C892CA: hue angle of 297.86º degrees, saturation: 0.35, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #C892CA is Cyan = 0.01, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 200 | 146 | 202 | - |
| CMYK | 0.01 | 0.28 | 0 | 0.21 |
| HSL | 297.86º | 0.35% | 0.68% | - |
| HSV(B) | 297.86º | 0.28% | 0.79% | - |
| XYZ | 44.76 | 37.1 | 60.68 | - |
| YUV | 168.53 | 146.89 | 150.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 146 | 202 | 0.01 | 0.28 | 0 | 0.21 | 297.86 | 0.35 | 0.68 |
| Hex | C8 | 92 | CA | 1 | 1C | 0 | 15 | 12A | 23 | 44 |
| Octal | 310 | 222 | 312 | 1 | 34 | 0 | 25 | 452 | 43 | 104 |
| Binary | 11001000 | 10010010 | 11001010 | 1 | 11100 | 0 | 10101 | 100101010 | 100011 | 1000100 |
Color Harmonies of #C892CA
Complementary color
Monochromatic Colors of #C892CA
Black with #C892CA
Text Example
Text Example
White with #C892CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C892CA; }
p { color: rgb(200,146,202); }
H1.HeaderClassName
{
color: #C892CA;
}
.AnyTagClassName
{
color: #C892CA;
}
</style>
background-color css
<style>
a { background-color: #C892CA; }
a { background-color: rgb(200,146,202); }
div.DivClassName
{
background-color: #C892CA;
}
.BgClassName
{
background-color: #C892CA;
}
</style>
border-color css
<style>
span { border-color: #C892CA; }
span { border-color: rgb(200,146,202); }
td.TdClassName
{
border-color: #C892CA;
}
.TagClassName
{
border-color: #C892CA;
}
</style>