Shades of Medium Orchid #C931EA
Tints of Medium Orchid #C931EA
RGB
CMYK
RGB Variations
Color information
#C931EA (or 0xC931EA) is known color: Medium Orchid. HEX triplet: C9, 31 and EA. RGB value is (201,49,234). Sum of RGB (Red+Green+Blue) = 201+49+234=484 (64% of max value = 765). Red value is 201 (78.91% from 255 or 41.53% from 484); Green value is 49 (19.53% from 255 or 10.12% from 484); Blue value is 234 (91.80% from 255 or 48.35% from 484); Max value from RGB is 234 - color contains mainly: blue. Hex color #C931EA is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C931EA is #36CE15. Grayscale: #727272. Windows color (decimal): -3591702 or 15348169. OLE color: 15348169.
HSL color Cylindrical-coordinate representation of color #C931EA: hue angle of 289.3º degrees, saturation: 0.81, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #C931EA is Cyan = 0.14, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 201 | 49 | 234 | - |
| CMYK | 0.14 | 0.79 | 0 | 0.08 |
| HSL | 289.3º | 0.81% | 0.55% | - |
| HSV(B) | 289.3º | 0.79% | 0.92% | - |
| XYZ | 40.04 | 20.55 | 79.7 | - |
| YUV | 115.54 | 194.86 | 188.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 49 | 234 | 0.14 | 0.79 | 0 | 0.08 | 289.3 | 0.81 | 0.55 |
| Hex | C9 | 31 | EA | E | 4F | 0 | 8 | 121 | 51 | 37 |
| Octal | 311 | 61 | 352 | 16 | 117 | 0 | 10 | 441 | 121 | 67 |
| Binary | 11001001 | 110001 | 11101010 | 1110 | 1001111 | 0 | 1000 | 100100001 | 1010001 | 110111 |
Color Harmonies of #C931EA
Complementary color
Monochromatic Colors of #C931EA
Black with #C931EA
Text Example
Text Example
White with #C931EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C931EA; }
p { color: rgb(201,49,234); }
H1.HeaderClassName
{
color: #C931EA;
}
.AnyTagClassName
{
color: #C931EA;
}
</style>
background-color css
<style>
a { background-color: #C931EA; }
a { background-color: rgb(201,49,234); }
div.DivClassName
{
background-color: #C931EA;
}
.BgClassName
{
background-color: #C931EA;
}
</style>
border-color css
<style>
span { border-color: #C931EA; }
span { border-color: rgb(201,49,234); }
td.TdClassName
{
border-color: #C931EA;
}
.TagClassName
{
border-color: #C931EA;
}
</style>