Shades of Medium Orchid #C531DC
Tints of Medium Orchid #C531DC
RGB
CMYK
RGB Variations
Color information
#C531DC (or 0xC531DC) is known color: Medium Orchid. HEX triplet: C5, 31 and DC. RGB value is (197,49,220). Sum of RGB (Red+Green+Blue) = 197+49+220=466 (61% of max value = 765). Red value is 197 (77.34% from 255 or 42.27% from 466); Green value is 49 (19.53% from 255 or 10.52% from 466); Blue value is 220 (86.33% from 255 or 47.21% from 466); Max value from RGB is 220 - color contains mainly: blue. Hex color #C531DC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C531DC is #3ACE23. Grayscale: #707070. Windows color (decimal): -3853860 or 14430661. OLE color: 14430661.
HSL color Cylindrical-coordinate representation of color #C531DC: hue angle of 291.93º degrees, saturation: 0.71, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #C531DC is Cyan = 0.10, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 197 | 49 | 220 | - |
| CMYK | 0.10 | 0.78 | 0 | 0.14 |
| HSL | 291.93º | 0.71% | 0.53% | - |
| HSV(B) | 291.93º | 0.78% | 0.86% | - |
| XYZ | 37.04 | 19.23 | 69.47 | - |
| YUV | 112.75 | 188.53 | 188.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 49 | 220 | 0.10 | 0.78 | 0 | 0.14 | 291.93 | 0.71 | 0.53 |
| Hex | C5 | 31 | DC | A | 4E | 0 | E | 124 | 47 | 35 |
| Octal | 305 | 61 | 334 | 12 | 116 | 0 | 16 | 444 | 107 | 65 |
| Binary | 11000101 | 110001 | 11011100 | 1010 | 1001110 | 0 | 1110 | 100100100 | 1000111 | 110101 |
Color Harmonies of #C531DC
Complementary color
Monochromatic Colors of #C531DC
Black with #C531DC
Text Example
Text Example
White with #C531DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C531DC; }
p { color: rgb(197,49,220); }
H1.HeaderClassName
{
color: #C531DC;
}
.AnyTagClassName
{
color: #C531DC;
}
</style>
background-color css
<style>
a { background-color: #C531DC; }
a { background-color: rgb(197,49,220); }
div.DivClassName
{
background-color: #C531DC;
}
.BgClassName
{
background-color: #C531DC;
}
</style>
border-color css
<style>
span { border-color: #C531DC; }
span { border-color: rgb(197,49,220); }
td.TdClassName
{
border-color: #C531DC;
}
.TagClassName
{
border-color: #C531DC;
}
</style>