Shades of Lilac #C584CD
Tints of Lilac #C584CD
RGB
CMYK
RGB Variations
Color information
#C584CD (or 0xC584CD) is known color: Lilac. HEX triplet: C5, 84 and CD. RGB value is (197,132,205). Sum of RGB (Red+Green+Blue) = 197+132+205=534 (70% of max value = 765). Red value is 197 (77.34% from 255 or 36.89% from 534); Green value is 132 (51.95% from 255 or 24.72% from 534); Blue value is 205 (80.47% from 255 or 38.39% from 534); Max value from RGB is 205 - color contains mainly: blue. Hex color #C584CD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C584CD is #3A7B32. Grayscale: #9F9F9F. Windows color (decimal): -3832627 or 13468869. OLE color: 13468869.
HSL color Cylindrical-coordinate representation of color #C584CD: hue angle of 293.42º degrees, saturation: 0.42, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #C584CD is Cyan = 0.04, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 197 | 132 | 205 | - |
| CMYK | 0.04 | 0.36 | 0 | 0.20 |
| HSL | 293.42º | 0.42% | 0.66% | - |
| HSV(B) | 293.42º | 0.36% | 0.8% | - |
| XYZ | 42.3 | 32.78 | 61.86 | - |
| YUV | 159.76 | 153.53 | 154.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 132 | 205 | 0.04 | 0.36 | 0 | 0.20 | 293.42 | 0.42 | 0.66 |
| Hex | C5 | 84 | CD | 4 | 24 | 0 | 14 | 125 | 2A | 42 |
| Octal | 305 | 204 | 315 | 4 | 44 | 0 | 24 | 445 | 52 | 102 |
| Binary | 11000101 | 10000100 | 11001101 | 100 | 100100 | 0 | 10100 | 100100101 | 101010 | 1000010 |
Color Harmonies of #C584CD
Complementary color
Monochromatic Colors of #C584CD
Black with #C584CD
Text Example
Text Example
White with #C584CD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C584CD; }
p { color: rgb(197,132,205); }
H1.HeaderClassName
{
color: #C584CD;
}
.AnyTagClassName
{
color: #C584CD;
}
</style>
background-color css
<style>
a { background-color: #C584CD; }
a { background-color: rgb(197,132,205); }
div.DivClassName
{
background-color: #C584CD;
}
.BgClassName
{
background-color: #C584CD;
}
</style>
border-color css
<style>
span { border-color: #C584CD; }
span { border-color: rgb(197,132,205); }
td.TdClassName
{
border-color: #C584CD;
}
.TagClassName
{
border-color: #C584CD;
}
</style>