Shades of Lilac #C585CF
Tints of Lilac #C585CF
RGB
CMYK
RGB Variations
Color information
#C585CF (or 0xC585CF) is known color: Lilac. HEX triplet: C5, 85 and CF. RGB value is (197,133,207). Sum of RGB (Red+Green+Blue) = 197+133+207=537 (71% of max value = 765). Red value is 197 (77.34% from 255 or 36.69% from 537); Green value is 133 (52.34% from 255 or 24.77% from 537); Blue value is 207 (81.25% from 255 or 38.55% from 537); Max value from RGB is 207 - color contains mainly: blue. Hex color #C585CF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C585CF is #3A7A30. Grayscale: #A0A0A0. Windows color (decimal): -3832369 or 13600197. OLE color: 13600197.
HSL color Cylindrical-coordinate representation of color #C585CF: hue angle of 291.89º degrees, saturation: 0.44, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #C585CF is Cyan = 0.05, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 197 | 133 | 207 | - |
| CMYK | 0.05 | 0.36 | 0 | 0.19 |
| HSL | 291.89º | 0.44% | 0.67% | - |
| HSV(B) | 291.89º | 0.36% | 0.81% | - |
| XYZ | 42.68 | 33.15 | 63.18 | - |
| YUV | 160.57 | 154.2 | 153.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 133 | 207 | 0.05 | 0.36 | 0 | 0.19 | 291.89 | 0.44 | 0.67 |
| Hex | C5 | 85 | CF | 5 | 24 | 0 | 13 | 124 | 2C | 43 |
| Octal | 305 | 205 | 317 | 5 | 44 | 0 | 23 | 444 | 54 | 103 |
| Binary | 11000101 | 10000101 | 11001111 | 101 | 100100 | 0 | 10011 | 100100100 | 101100 | 1000011 |
Color Harmonies of #C585CF
Complementary color
Monochromatic Colors of #C585CF
Black with #C585CF
Text Example
Text Example
White with #C585CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C585CF; }
p { color: rgb(197,133,207); }
H1.HeaderClassName
{
color: #C585CF;
}
.AnyTagClassName
{
color: #C585CF;
}
</style>
background-color css
<style>
a { background-color: #C585CF; }
a { background-color: rgb(197,133,207); }
div.DivClassName
{
background-color: #C585CF;
}
.BgClassName
{
background-color: #C585CF;
}
</style>
border-color css
<style>
span { border-color: #C585CF; }
span { border-color: rgb(197,133,207); }
td.TdClassName
{
border-color: #C585CF;
}
.TagClassName
{
border-color: #C585CF;
}
</style>