Shades of Medium Orchid #C831E1
Tints of Medium Orchid #C831E1
RGB
CMYK
RGB Variations
Color information
#C831E1 (or 0xC831E1) is known color: Medium Orchid. HEX triplet: C8, 31 and E1. RGB value is (200,49,225). Sum of RGB (Red+Green+Blue) = 200+49+225=474 (62% of max value = 765). Red value is 200 (78.52% from 255 or 42.19% from 474); Green value is 49 (19.53% from 255 or 10.34% from 474); Blue value is 225 (88.28% from 255 or 47.47% from 474); Max value from RGB is 225 - color contains mainly: blue. Hex color #C831E1 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C831E1 is #37CE1E. Grayscale: #717171. Windows color (decimal): -3657247 or 14758344. OLE color: 14758344.
HSL color Cylindrical-coordinate representation of color #C831E1: hue angle of 291.48º degrees, saturation: 0.75, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #C831E1 is Cyan = 0.11, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 200 | 49 | 225 | - |
| CMYK | 0.11 | 0.78 | 0 | 0.12 |
| HSL | 291.48º | 0.75% | 0.54% | - |
| HSV(B) | 291.48º | 0.78% | 0.88% | - |
| XYZ | 38.51 | 19.91 | 73.05 | - |
| YUV | 114.21 | 190.53 | 189.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 49 | 225 | 0.11 | 0.78 | 0 | 0.12 | 291.48 | 0.75 | 0.54 |
| Hex | C8 | 31 | E1 | B | 4E | 0 | C | 123 | 4B | 36 |
| Octal | 310 | 61 | 341 | 13 | 116 | 0 | 14 | 443 | 113 | 66 |
| Binary | 11001000 | 110001 | 11100001 | 1011 | 1001110 | 0 | 1100 | 100100011 | 1001011 | 110110 |
Color Harmonies of #C831E1
Complementary color
Monochromatic Colors of #C831E1
Black with #C831E1
Text Example
Text Example
White with #C831E1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C831E1; }
p { color: rgb(200,49,225); }
H1.HeaderClassName
{
color: #C831E1;
}
.AnyTagClassName
{
color: #C831E1;
}
</style>
background-color css
<style>
a { background-color: #C831E1; }
a { background-color: rgb(200,49,225); }
div.DivClassName
{
background-color: #C831E1;
}
.BgClassName
{
background-color: #C831E1;
}
</style>
border-color css
<style>
span { border-color: #C831E1; }
span { border-color: rgb(200,49,225); }
td.TdClassName
{
border-color: #C831E1;
}
.TagClassName
{
border-color: #C831E1;
}
</style>