Shades of Lilac #C292CD
Tints of Lilac #C292CD
RGB
CMYK
RGB Variations
Color information
#C292CD (or 0xC292CD) is known color: Lilac. HEX triplet: C2, 92 and CD. RGB value is (194,146,205). Sum of RGB (Red+Green+Blue) = 194+146+205=545 (72% of max value = 765). Red value is 194 (76.17% from 255 or 35.60% from 545); Green value is 146 (57.42% from 255 or 26.79% from 545); Blue value is 205 (80.47% from 255 or 37.61% from 545); Max value from RGB is 205 - color contains mainly: blue. Hex color #C292CD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C292CD is #3D6D32. Grayscale: #A6A6A6. Windows color (decimal): -4025651 or 13472450. OLE color: 13472450.
HSL color Cylindrical-coordinate representation of color #C292CD: hue angle of 288.81º 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 #C292CD is Cyan = 0.05, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 194 | 146 | 205 | - |
| CMYK | 0.05 | 0.29 | 0 | 0.20 |
| HSL | 288.81º | 0.37% | 0.69% | - |
| HSV(B) | 288.81º | 0.29% | 0.8% | - |
| XYZ | 43.55 | 36.43 | 62.5 | - |
| YUV | 167.08 | 149.4 | 147.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 146 | 205 | 0.05 | 0.29 | 0 | 0.20 | 288.81 | 0.37 | 0.69 |
| Hex | C2 | 92 | CD | 5 | 1D | 0 | 14 | 121 | 25 | 45 |
| Octal | 302 | 222 | 315 | 5 | 35 | 0 | 24 | 441 | 45 | 105 |
| Binary | 11000010 | 10010010 | 11001101 | 101 | 11101 | 0 | 10100 | 100100001 | 100101 | 1000101 |
Color Harmonies of #C292CD
Complementary color
Monochromatic Colors of #C292CD
Black with #C292CD
Text Example
Text Example
White with #C292CD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C292CD; }
p { color: rgb(194,146,205); }
H1.HeaderClassName
{
color: #C292CD;
}
.AnyTagClassName
{
color: #C292CD;
}
</style>
background-color css
<style>
a { background-color: #C292CD; }
a { background-color: rgb(194,146,205); }
div.DivClassName
{
background-color: #C292CD;
}
.BgClassName
{
background-color: #C292CD;
}
</style>
border-color css
<style>
span { border-color: #C292CD; }
span { border-color: rgb(194,146,205); }
td.TdClassName
{
border-color: #C292CD;
}
.TagClassName
{
border-color: #C292CD;
}
</style>