Shades of Lilac #C585C2
Tints of Lilac #C585C2
RGB
CMYK
RGB Variations
Color information
#C585C2 (or 0xC585C2) is known color: Lilac. HEX triplet: C5, 85 and C2. RGB value is (197,133,194). Sum of RGB (Red+Green+Blue) = 197+133+194=524 (69% of max value = 765). Red value is 197 (77.34% from 255 or 37.60% from 524); Green value is 133 (52.34% from 255 or 25.38% from 524); Blue value is 194 (76.17% from 255 or 37.02% from 524); Max value from RGB is 197 - color contains mainly: red. Hex color #C585C2 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C585C2 is #3A7A3D. Grayscale: #9E9E9E. Windows color (decimal): -3832382 or 12748229. OLE color: 12748229.
HSL color Cylindrical-coordinate representation of color #C585C2: hue angle of 302.81º 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 #C585C2 is Cyan = 0, Magento = 0.32, Yellow = 0.02 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 133 | 194 | - |
| CMYK | 0 | 0.32 | 0.02 | 0.23 |
| HSL | 302.81º | 0.36% | 0.65% | - |
| HSV(B) | 302.81º | 0.32% | 0.77% | - |
| XYZ | 41.15 | 32.54 | 55.15 | - |
| YUV | 159.09 | 147.7 | 155.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 133 | 194 | 0 | 0.32 | 0.02 | 0.23 | 302.81 | 0.36 | 0.65 |
| Hex | C5 | 85 | C2 | 0 | 20 | 2 | 17 | 12F | 24 | 41 |
| Octal | 305 | 205 | 302 | 0 | 40 | 2 | 27 | 457 | 44 | 101 |
| Binary | 11000101 | 10000101 | 11000010 | 0 | 100000 | 10 | 10111 | 100101111 | 100100 | 1000001 |
Color Harmonies of #C585C2
Complementary color
Monochromatic Colors of #C585C2
Black with #C585C2
Text Example
Text Example
White with #C585C2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C585C2; }
p { color: rgb(197,133,194); }
H1.HeaderClassName
{
color: #C585C2;
}
.AnyTagClassName
{
color: #C585C2;
}
</style>
background-color css
<style>
a { background-color: #C585C2; }
a { background-color: rgb(197,133,194); }
div.DivClassName
{
background-color: #C585C2;
}
.BgClassName
{
background-color: #C585C2;
}
</style>
border-color css
<style>
span { border-color: #C585C2; }
span { border-color: rgb(197,133,194); }
td.TdClassName
{
border-color: #C585C2;
}
.TagClassName
{
border-color: #C585C2;
}
</style>