Shades of Medium Orchid #C931EB
Tints of Medium Orchid #C931EB
RGB
CMYK
RGB Variations
Color information
#C931EB (or 0xC931EB) is known color: Medium Orchid. HEX triplet: C9, 31 and EB. RGB value is (201,49,235). Sum of RGB (Red+Green+Blue) = 201+49+235=485 (64% of max value = 765). Red value is 201 (78.91% from 255 or 41.44% from 485); Green value is 49 (19.53% from 255 or 10.10% from 485); Blue value is 235 (92.19% from 255 or 48.45% from 485); Max value from RGB is 235 - color contains mainly: blue. Hex color #C931EB is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C931EB is #36CE14. Grayscale: #737373. Windows color (decimal): -3591701 or 15413705. OLE color: 15413705.
HSL color Cylindrical-coordinate representation of color #C931EB: hue angle of 289.03º degrees, saturation: 0.82, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #C931EB is Cyan = 0.14, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 201 | 49 | 235 | - |
| CMYK | 0.14 | 0.79 | 0 | 0.08 |
| HSL | 289.03º | 0.82% | 0.56% | - |
| HSV(B) | 289.03º | 0.79% | 0.92% | - |
| XYZ | 40.18 | 20.61 | 80.46 | - |
| YUV | 115.65 | 195.36 | 188.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 49 | 235 | 0.14 | 0.79 | 0 | 0.08 | 289.03 | 0.82 | 0.56 |
| Hex | C9 | 31 | EB | E | 4F | 0 | 8 | 121 | 52 | 38 |
| Octal | 311 | 61 | 353 | 16 | 117 | 0 | 10 | 441 | 122 | 70 |
| Binary | 11001001 | 110001 | 11101011 | 1110 | 1001111 | 0 | 1000 | 100100001 | 1010010 | 111000 |
Color Harmonies of #C931EB
Complementary color
Monochromatic Colors of #C931EB
Black with #C931EB
Text Example
Text Example
White with #C931EB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C931EB; }
p { color: rgb(201,49,235); }
H1.HeaderClassName
{
color: #C931EB;
}
.AnyTagClassName
{
color: #C931EB;
}
</style>
background-color css
<style>
a { background-color: #C931EB; }
a { background-color: rgb(201,49,235); }
div.DivClassName
{
background-color: #C931EB;
}
.BgClassName
{
background-color: #C931EB;
}
</style>
border-color css
<style>
span { border-color: #C931EB; }
span { border-color: rgb(201,49,235); }
td.TdClassName
{
border-color: #C931EB;
}
.TagClassName
{
border-color: #C931EB;
}
</style>