Shades of Medium Orchid #C931EE
Tints of Medium Orchid #C931EE
RGB
CMYK
RGB Variations
Color information
#C931EE (or 0xC931EE) is known color: Medium Orchid. HEX triplet: C9, 31 and EE. RGB value is (201,49,238). Sum of RGB (Red+Green+Blue) = 201+49+238=488 (64% of max value = 765). Red value is 201 (78.91% from 255 or 41.19% from 488); Green value is 49 (19.53% from 255 or 10.04% from 488); Blue value is 238 (93.36% from 255 or 48.77% from 488); Max value from RGB is 238 - color contains mainly: blue. Hex color #C931EE is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C931EE is #36CE11. Grayscale: #737373. Windows color (decimal): -3591698 or 15610313. OLE color: 15610313.
HSL color Cylindrical-coordinate representation of color #C931EE: hue angle of 288.25º 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 #C931EE is Cyan = 0.16, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 201 | 49 | 238 | - |
| CMYK | 0.16 | 0.79 | 0 | 0.07 |
| HSL | 288.25º | 0.85% | 0.56% | - |
| HSV(B) | 288.25º | 0.79% | 0.93% | - |
| XYZ | 40.62 | 20.79 | 82.76 | - |
| YUV | 115.99 | 196.86 | 188.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 49 | 238 | 0.16 | 0.79 | 0 | 0.07 | 288.25 | 0.85 | 0.56 |
| Hex | C9 | 31 | EE | 10 | 4F | 0 | 7 | 120 | 55 | 38 |
| Octal | 311 | 61 | 356 | 20 | 117 | 0 | 7 | 440 | 125 | 70 |
| Binary | 11001001 | 110001 | 11101110 | 10000 | 1001111 | 0 | 111 | 100100000 | 1010101 | 111000 |
Color Harmonies of #C931EE
Complementary color
Monochromatic Colors of #C931EE
Black with #C931EE
Text Example
Text Example
White with #C931EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C931EE; }
p { color: rgb(201,49,238); }
H1.HeaderClassName
{
color: #C931EE;
}
.AnyTagClassName
{
color: #C931EE;
}
</style>
background-color css
<style>
a { background-color: #C931EE; }
a { background-color: rgb(201,49,238); }
div.DivClassName
{
background-color: #C931EE;
}
.BgClassName
{
background-color: #C931EE;
}
</style>
border-color css
<style>
span { border-color: #C931EE; }
span { border-color: rgb(201,49,238); }
td.TdClassName
{
border-color: #C931EE;
}
.TagClassName
{
border-color: #C931EE;
}
</style>