Shades of Medium Orchid #C531DA
Tints of Medium Orchid #C531DA
RGB
CMYK
RGB Variations
Color information
#C531DA (or 0xC531DA) is known color: Medium Orchid. HEX triplet: C5, 31 and DA. RGB value is (197,49,218). Sum of RGB (Red+Green+Blue) = 197+49+218=464 (61% of max value = 765). Red value is 197 (77.34% from 255 or 42.46% from 464); Green value is 49 (19.53% from 255 or 10.56% from 464); Blue value is 218 (85.55% from 255 or 46.98% from 464); Max value from RGB is 218 - color contains mainly: blue. Hex color #C531DA is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C531DA is #3ACE25. Grayscale: #6F6F6F. Windows color (decimal): -3853862 or 14299589. OLE color: 14299589.
HSL color Cylindrical-coordinate representation of color #C531DA: hue angle of 292.54º degrees, saturation: 0.7, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #C531DA is Cyan = 0.10, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 197 | 49 | 218 | - |
| CMYK | 0.10 | 0.78 | 0 | 0.15 |
| HSL | 292.54º | 0.7% | 0.52% | - |
| HSV(B) | 292.54º | 0.78% | 0.85% | - |
| XYZ | 36.78 | 19.13 | 68.08 | - |
| YUV | 112.52 | 187.53 | 188.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 49 | 218 | 0.10 | 0.78 | 0 | 0.15 | 292.54 | 0.7 | 0.52 |
| Hex | C5 | 31 | DA | A | 4E | 0 | F | 125 | 46 | 34 |
| Octal | 305 | 61 | 332 | 12 | 116 | 0 | 17 | 445 | 106 | 64 |
| Binary | 11000101 | 110001 | 11011010 | 1010 | 1001110 | 0 | 1111 | 100100101 | 1000110 | 110100 |
Color Harmonies of #C531DA
Complementary color
Monochromatic Colors of #C531DA
Black with #C531DA
Text Example
Text Example
White with #C531DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C531DA; }
p { color: rgb(197,49,218); }
H1.HeaderClassName
{
color: #C531DA;
}
.AnyTagClassName
{
color: #C531DA;
}
</style>
background-color css
<style>
a { background-color: #C531DA; }
a { background-color: rgb(197,49,218); }
div.DivClassName
{
background-color: #C531DA;
}
.BgClassName
{
background-color: #C531DA;
}
</style>
border-color css
<style>
span { border-color: #C531DA; }
span { border-color: rgb(197,49,218); }
td.TdClassName
{
border-color: #C531DA;
}
.TagClassName
{
border-color: #C531DA;
}
</style>