Shades of Medium Orchid #C531EF
Tints of Medium Orchid #C531EF
RGB
CMYK
RGB Variations
Color information
#C531EF (or 0xC531EF) is known color: Medium Orchid. HEX triplet: C5, 31 and EF. RGB value is (197,49,239). Sum of RGB (Red+Green+Blue) = 197+49+239=485 (64% of max value = 765). Red value is 197 (77.34% from 255 or 40.62% from 485); Green value is 49 (19.53% from 255 or 10.10% from 485); Blue value is 239 (93.75% from 255 or 49.28% from 485); Max value from RGB is 239 - color contains mainly: blue. Hex color #C531EF is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C531EF is #3ACE10. Grayscale: #727272. Windows color (decimal): -3853841 or 15675845. OLE color: 15675845.
HSL color Cylindrical-coordinate representation of color #C531EF: hue angle of 286.74º degrees, saturation: 0.86, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #C531EF is Cyan = 0.18, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 197 | 49 | 239 | - |
| CMYK | 0.18 | 0.79 | 0 | 0.06 |
| HSL | 286.74º | 0.86% | 0.56% | - |
| HSV(B) | 286.74º | 0.79% | 0.94% | - |
| XYZ | 39.7 | 20.3 | 83.49 | - |
| YUV | 114.91 | 198.03 | 186.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 49 | 239 | 0.18 | 0.79 | 0 | 0.06 | 286.74 | 0.86 | 0.56 |
| Hex | C5 | 31 | EF | 12 | 4F | 0 | 6 | 11F | 56 | 38 |
| Octal | 305 | 61 | 357 | 22 | 117 | 0 | 6 | 437 | 126 | 70 |
| Binary | 11000101 | 110001 | 11101111 | 10010 | 1001111 | 0 | 110 | 100011111 | 1010110 | 111000 |
Color Harmonies of #C531EF
Complementary color
Monochromatic Colors of #C531EF
Black with #C531EF
Text Example
Text Example
White with #C531EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C531EF; }
p { color: rgb(197,49,239); }
H1.HeaderClassName
{
color: #C531EF;
}
.AnyTagClassName
{
color: #C531EF;
}
</style>
background-color css
<style>
a { background-color: #C531EF; }
a { background-color: rgb(197,49,239); }
div.DivClassName
{
background-color: #C531EF;
}
.BgClassName
{
background-color: #C531EF;
}
</style>
border-color css
<style>
span { border-color: #C531EF; }
span { border-color: rgb(197,49,239); }
td.TdClassName
{
border-color: #C531EF;
}
.TagClassName
{
border-color: #C531EF;
}
</style>