Shades of Lilac #C892CE
Tints of Lilac #C892CE
RGB
CMYK
RGB Variations
Color information
#C892CE (or 0xC892CE) is known color: Lilac. HEX triplet: C8, 92 and CE. RGB value is (200,146,206). Sum of RGB (Red+Green+Blue) = 200+146+206=552 (73% of max value = 765). Red value is 200 (78.52% from 255 or 36.23% from 552); Green value is 146 (57.42% from 255 or 26.45% from 552); Blue value is 206 (80.86% from 255 or 37.32% from 552); Max value from RGB is 206 - color contains mainly: blue. Hex color #C892CE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C892CE is #376D31. Grayscale: #A8A8A8. Windows color (decimal): -3632434 or 13537992. OLE color: 13537992.
HSL color Cylindrical-coordinate representation of color #C892CE: hue angle of 294º 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 #C892CE is Cyan = 0.03, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 200 | 146 | 206 | - |
| CMYK | 0.03 | 0.29 | 0 | 0.19 |
| HSL | 294º | 0.38% | 0.69% | - |
| HSV(B) | 294º | 0.29% | 0.81% | - |
| XYZ | 45.24 | 37.29 | 63.21 | - |
| YUV | 168.99 | 148.89 | 150.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 146 | 206 | 0.03 | 0.29 | 0 | 0.19 | 294 | 0.38 | 0.69 |
| Hex | C8 | 92 | CE | 3 | 1D | 0 | 13 | 126 | 26 | 45 |
| Octal | 310 | 222 | 316 | 3 | 35 | 0 | 23 | 446 | 46 | 105 |
| Binary | 11001000 | 10010010 | 11001110 | 11 | 11101 | 0 | 10011 | 100100110 | 100110 | 1000101 |
Color Harmonies of #C892CE
Complementary color
Monochromatic Colors of #C892CE
Black with #C892CE
Text Example
Text Example
White with #C892CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C892CE; }
p { color: rgb(200,146,206); }
H1.HeaderClassName
{
color: #C892CE;
}
.AnyTagClassName
{
color: #C892CE;
}
</style>
background-color css
<style>
a { background-color: #C892CE; }
a { background-color: rgb(200,146,206); }
div.DivClassName
{
background-color: #C892CE;
}
.BgClassName
{
background-color: #C892CE;
}
</style>
border-color css
<style>
span { border-color: #C892CE; }
span { border-color: rgb(200,146,206); }
td.TdClassName
{
border-color: #C892CE;
}
.TagClassName
{
border-color: #C892CE;
}
</style>