Shades of Lilac #C585C0
Tints of Lilac #C585C0
RGB
CMYK
RGB Variations
Color information
#C585C0 (or 0xC585C0) is known color: Lilac. HEX triplet: C5, 85 and C0. RGB value is (197,133,192). Sum of RGB (Red+Green+Blue) = 197+133+192=522 (69% of max value = 765). Red value is 197 (77.34% from 255 or 37.74% from 522); Green value is 133 (52.34% from 255 or 25.48% from 522); Blue value is 192 (75.39% from 255 or 36.78% from 522); Max value from RGB is 197 - color contains mainly: red. Hex color #C585C0 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C585C0 is #3A7A3F. Grayscale: #9E9E9E. Windows color (decimal): -3832384 or 12617157. OLE color: 12617157.
HSL color Cylindrical-coordinate representation of color #C585C0: hue angle of 304.69º degrees, saturation: 0.36, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #C585C0 is Cyan = 0, Magento = 0.32, Yellow = 0.03 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 133 | 192 | - |
| CMYK | 0 | 0.32 | 0.03 | 0.23 |
| HSL | 304.69º | 0.36% | 0.65% | - |
| HSV(B) | 304.69º | 0.32% | 0.77% | - |
| XYZ | 40.93 | 32.45 | 53.98 | - |
| YUV | 158.86 | 146.7 | 155.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 133 | 192 | 0 | 0.32 | 0.03 | 0.23 | 304.69 | 0.36 | 0.65 |
| Hex | C5 | 85 | C0 | 0 | 20 | 3 | 17 | 131 | 24 | 41 |
| Octal | 305 | 205 | 300 | 0 | 40 | 3 | 27 | 461 | 44 | 101 |
| Binary | 11000101 | 10000101 | 11000000 | 0 | 100000 | 11 | 10111 | 100110001 | 100100 | 1000001 |
Color Harmonies of #C585C0
Complementary color
Monochromatic Colors of #C585C0
Black with #C585C0
Text Example
Text Example
White with #C585C0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C585C0; }
p { color: rgb(197,133,192); }
H1.HeaderClassName
{
color: #C585C0;
}
.AnyTagClassName
{
color: #C585C0;
}
</style>
background-color css
<style>
a { background-color: #C585C0; }
a { background-color: rgb(197,133,192); }
div.DivClassName
{
background-color: #C585C0;
}
.BgClassName
{
background-color: #C585C0;
}
</style>
border-color css
<style>
span { border-color: #C585C0; }
span { border-color: rgb(197,133,192); }
td.TdClassName
{
border-color: #C585C0;
}
.TagClassName
{
border-color: #C585C0;
}
</style>