Shades of Lilac #C592C8
Tints of Lilac #C592C8
RGB
CMYK
RGB Variations
Color information
#C592C8 (or 0xC592C8) is known color: Lilac. HEX triplet: C5, 92 and C8. RGB value is (197,146,200). Sum of RGB (Red+Green+Blue) = 197+146+200=543 (71% of max value = 765). Red value is 197 (77.34% from 255 or 36.28% from 543); Green value is 146 (57.42% from 255 or 26.89% from 543); Blue value is 200 (78.52% from 255 or 36.83% from 543); Max value from RGB is 200 - color contains mainly: blue. Hex color #C592C8 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C592C8 is #3A6D37. Grayscale: #A7A7A7. Windows color (decimal): -3829048 or 13144773. OLE color: 13144773.
HSL color Cylindrical-coordinate representation of color #C592C8: hue angle of 296.67º degrees, saturation: 0.33, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #C592C8 is Cyan = 0.02, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 197 | 146 | 200 | - |
| CMYK | 0.02 | 0.27 | 0 | 0.22 |
| HSL | 296.67º | 0.33% | 0.68% | - |
| HSV(B) | 296.67º | 0.27% | 0.78% | - |
| XYZ | 43.73 | 36.6 | 59.4 | - |
| YUV | 167.41 | 146.4 | 149.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 146 | 200 | 0.02 | 0.27 | 0 | 0.22 | 296.67 | 0.33 | 0.68 |
| Hex | C5 | 92 | C8 | 2 | 1B | 0 | 16 | 129 | 21 | 44 |
| Octal | 305 | 222 | 310 | 2 | 33 | 0 | 26 | 451 | 41 | 104 |
| Binary | 11000101 | 10010010 | 11001000 | 10 | 11011 | 0 | 10110 | 100101001 | 100001 | 1000100 |
Color Harmonies of #C592C8
Complementary color
Monochromatic Colors of #C592C8
Black with #C592C8
Text Example
Text Example
White with #C592C8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C592C8; }
p { color: rgb(197,146,200); }
H1.HeaderClassName
{
color: #C592C8;
}
.AnyTagClassName
{
color: #C592C8;
}
</style>
background-color css
<style>
a { background-color: #C592C8; }
a { background-color: rgb(197,146,200); }
div.DivClassName
{
background-color: #C592C8;
}
.BgClassName
{
background-color: #C592C8;
}
</style>
border-color css
<style>
span { border-color: #C592C8; }
span { border-color: rgb(197,146,200); }
td.TdClassName
{
border-color: #C592C8;
}
.TagClassName
{
border-color: #C592C8;
}
</style>