Shades of Medium Orchid #C531EE
Tints of Medium Orchid #C531EE
RGB
CMYK
RGB Variations
Color information
#C531EE (or 0xC531EE) is known color: Medium Orchid. HEX triplet: C5, 31 and EE. RGB value is (197,49,238). Sum of RGB (Red+Green+Blue) = 197+49+238=484 (64% of max value = 765). Red value is 197 (77.34% from 255 or 40.70% from 484); Green value is 49 (19.53% from 255 or 10.12% from 484); Blue value is 238 (93.36% from 255 or 49.17% from 484); Max value from RGB is 238 - color contains mainly: blue. Hex color #C531EE is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C531EE is #3ACE11. Grayscale: #727272. Windows color (decimal): -3853842 or 15610309. OLE color: 15610309.
HSL color Cylindrical-coordinate representation of color #C531EE: hue angle of 286.98º degrees, saturation: 0.85, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #C531EE is Cyan = 0.17, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 197 | 49 | 238 | - |
| CMYK | 0.17 | 0.79 | 0 | 0.07 |
| HSL | 286.98º | 0.85% | 0.56% | - |
| HSV(B) | 286.98º | 0.79% | 0.93% | - |
| XYZ | 39.56 | 20.24 | 82.71 | - |
| YUV | 114.8 | 197.53 | 186.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 49 | 238 | 0.17 | 0.79 | 0 | 0.07 | 286.98 | 0.85 | 0.56 |
| Hex | C5 | 31 | EE | 11 | 4F | 0 | 7 | 11F | 55 | 38 |
| Octal | 305 | 61 | 356 | 21 | 117 | 0 | 7 | 437 | 125 | 70 |
| Binary | 11000101 | 110001 | 11101110 | 10001 | 1001111 | 0 | 111 | 100011111 | 1010101 | 111000 |
Color Harmonies of #C531EE
Complementary color
Monochromatic Colors of #C531EE
Black with #C531EE
Text Example
Text Example
White with #C531EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C531EE; }
p { color: rgb(197,49,238); }
H1.HeaderClassName
{
color: #C531EE;
}
.AnyTagClassName
{
color: #C531EE;
}
</style>
background-color css
<style>
a { background-color: #C531EE; }
a { background-color: rgb(197,49,238); }
div.DivClassName
{
background-color: #C531EE;
}
.BgClassName
{
background-color: #C531EE;
}
</style>
border-color css
<style>
span { border-color: #C531EE; }
span { border-color: rgb(197,49,238); }
td.TdClassName
{
border-color: #C531EE;
}
.TagClassName
{
border-color: #C531EE;
}
</style>