Shades of Lilac #C292CC
Tints of Lilac #C292CC
RGB
CMYK
RGB Variations
Color information
#C292CC (or 0xC292CC) is known color: Lilac. HEX triplet: C2, 92 and CC. RGB value is (194,146,204). Sum of RGB (Red+Green+Blue) = 194+146+204=544 (72% of max value = 765). Red value is 194 (76.17% from 255 or 35.66% from 544); Green value is 146 (57.42% from 255 or 26.84% from 544); Blue value is 204 (80.08% from 255 or 37.5% from 544); Max value from RGB is 204 - color contains mainly: blue. Hex color #C292CC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C292CC is #3D6D33. Grayscale: #A6A6A6. Windows color (decimal): -4025652 or 13406914. OLE color: 13406914.
HSL color Cylindrical-coordinate representation of color #C292CC: hue angle of 289.66º degrees, saturation: 0.36, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #C292CC is Cyan = 0.05, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 194 | 146 | 204 | - |
| CMYK | 0.05 | 0.28 | 0 | 0.2 |
| HSL | 289.66º | 0.36% | 0.69% | - |
| HSV(B) | 289.66º | 0.28% | 0.8% | - |
| XYZ | 43.43 | 36.39 | 61.86 | - |
| YUV | 166.96 | 148.9 | 147.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 146 | 204 | 0.05 | 0.28 | 0 | 0.2 | 289.66 | 0.36 | 0.69 |
| Hex | C2 | 92 | CC | 5 | 1C | 0 | 14 | 122 | 24 | 45 |
| Octal | 302 | 222 | 314 | 5 | 34 | 0 | 24 | 442 | 44 | 105 |
| Binary | 11000010 | 10010010 | 11001100 | 101 | 11100 | 0 | 10100 | 100100010 | 100100 | 1000101 |
Color Harmonies of #C292CC
Complementary color
Monochromatic Colors of #C292CC
Black with #C292CC
Text Example
Text Example
White with #C292CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C292CC; }
p { color: rgb(194,146,204); }
H1.HeaderClassName
{
color: #C292CC;
}
.AnyTagClassName
{
color: #C292CC;
}
</style>
background-color css
<style>
a { background-color: #C292CC; }
a { background-color: rgb(194,146,204); }
div.DivClassName
{
background-color: #C292CC;
}
.BgClassName
{
background-color: #C292CC;
}
</style>
border-color css
<style>
span { border-color: #C292CC; }
span { border-color: rgb(194,146,204); }
td.TdClassName
{
border-color: #C292CC;
}
.TagClassName
{
border-color: #C292CC;
}
</style>