Shades of Lilac #C585C1
Tints of Lilac #C585C1
RGB
CMYK
RGB Variations
Color information
#C585C1 (or 0xC585C1) is known color: Lilac. HEX triplet: C5, 85 and C1. RGB value is (197,133,193). Sum of RGB (Red+Green+Blue) = 197+133+193=523 (69% of max value = 765). Red value is 197 (77.34% from 255 or 37.67% from 523); Green value is 133 (52.34% from 255 or 25.43% from 523); Blue value is 193 (75.78% from 255 or 36.90% from 523); Max value from RGB is 197 - color contains mainly: red. Hex color #C585C1 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C585C1 is #3A7A3E. Grayscale: #9E9E9E. Windows color (decimal): -3832383 or 12682693. OLE color: 12682693.
HSL color Cylindrical-coordinate representation of color #C585C1: hue angle of 303.75º 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 #C585C1 is Cyan = 0, Magento = 0.32, Yellow = 0.02 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 133 | 193 | - |
| CMYK | 0 | 0.32 | 0.02 | 0.23 |
| HSL | 303.75º | 0.36% | 0.65% | - |
| HSV(B) | 303.75º | 0.32% | 0.77% | - |
| XYZ | 41.04 | 32.5 | 54.56 | - |
| YUV | 158.98 | 147.2 | 155.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 133 | 193 | 0 | 0.32 | 0.02 | 0.23 | 303.75 | 0.36 | 0.65 |
| Hex | C5 | 85 | C1 | 0 | 20 | 2 | 17 | 130 | 24 | 41 |
| Octal | 305 | 205 | 301 | 0 | 40 | 2 | 27 | 460 | 44 | 101 |
| Binary | 11000101 | 10000101 | 11000001 | 0 | 100000 | 10 | 10111 | 100110000 | 100100 | 1000001 |
Color Harmonies of #C585C1
Complementary color
Monochromatic Colors of #C585C1
Black with #C585C1
Text Example
Text Example
White with #C585C1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C585C1; }
p { color: rgb(197,133,193); }
H1.HeaderClassName
{
color: #C585C1;
}
.AnyTagClassName
{
color: #C585C1;
}
</style>
background-color css
<style>
a { background-color: #C585C1; }
a { background-color: rgb(197,133,193); }
div.DivClassName
{
background-color: #C585C1;
}
.BgClassName
{
background-color: #C585C1;
}
</style>
border-color css
<style>
span { border-color: #C585C1; }
span { border-color: rgb(197,133,193); }
td.TdClassName
{
border-color: #C585C1;
}
.TagClassName
{
border-color: #C585C1;
}
</style>