Shades of Medium Orchid #C531DF
Tints of Medium Orchid #C531DF
RGB
CMYK
RGB Variations
Color information
#C531DF (or 0xC531DF) is known color: Medium Orchid. HEX triplet: C5, 31 and DF. RGB value is (197,49,223). Sum of RGB (Red+Green+Blue) = 197+49+223=469 (62% of max value = 765). Red value is 197 (77.34% from 255 or 42.00% from 469); Green value is 49 (19.53% from 255 or 10.45% from 469); Blue value is 223 (87.5% from 255 or 47.55% from 469); Max value from RGB is 223 - color contains mainly: blue. Hex color #C531DF is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C531DF is #3ACE20. Grayscale: #707070. Windows color (decimal): -3853857 or 14627269. OLE color: 14627269.
HSL color Cylindrical-coordinate representation of color #C531DF: hue angle of 291.03º degrees, saturation: 0.73, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #C531DF is Cyan = 0.12, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 197 | 49 | 223 | - |
| CMYK | 0.12 | 0.78 | 0 | 0.13 |
| HSL | 291.03º | 0.73% | 0.53% | - |
| HSV(B) | 291.03º | 0.78% | 0.87% | - |
| XYZ | 37.44 | 19.39 | 71.58 | - |
| YUV | 113.09 | 190.03 | 187.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 49 | 223 | 0.12 | 0.78 | 0 | 0.13 | 291.03 | 0.73 | 0.53 |
| Hex | C5 | 31 | DF | C | 4E | 0 | D | 123 | 49 | 35 |
| Octal | 305 | 61 | 337 | 14 | 116 | 0 | 15 | 443 | 111 | 65 |
| Binary | 11000101 | 110001 | 11011111 | 1100 | 1001110 | 0 | 1101 | 100100011 | 1001001 | 110101 |
Color Harmonies of #C531DF
Complementary color
Monochromatic Colors of #C531DF
Black with #C531DF
Text Example
Text Example
White with #C531DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C531DF; }
p { color: rgb(197,49,223); }
H1.HeaderClassName
{
color: #C531DF;
}
.AnyTagClassName
{
color: #C531DF;
}
</style>
background-color css
<style>
a { background-color: #C531DF; }
a { background-color: rgb(197,49,223); }
div.DivClassName
{
background-color: #C531DF;
}
.BgClassName
{
background-color: #C531DF;
}
</style>
border-color css
<style>
span { border-color: #C531DF; }
span { border-color: rgb(197,49,223); }
td.TdClassName
{
border-color: #C531DF;
}
.TagClassName
{
border-color: #C531DF;
}
</style>