Shades of Medium Orchid #C830E9
Tints of Medium Orchid #C830E9
RGB
CMYK
RGB Variations
Color information
#C830E9 (or 0xC830E9) is known color: Medium Orchid. HEX triplet: C8, 30 and E9. RGB value is (200,48,233). Sum of RGB (Red+Green+Blue) = 200+48+233=481 (63% of max value = 765). Red value is 200 (78.52% from 255 or 41.58% from 481); Green value is 48 (19.14% from 255 or 9.98% from 481); Blue value is 233 (91.41% from 255 or 48.44% from 481); Max value from RGB is 233 - color contains mainly: blue. Hex color #C830E9 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C830E9 is #37CF16. Grayscale: #717171. Windows color (decimal): -3657495 or 15282376. OLE color: 15282376.
HSL color Cylindrical-coordinate representation of color #C830E9: hue angle of 289.3º degrees, saturation: 0.81, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #C830E9 is Cyan = 0.14, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 200 | 48 | 233 | - |
| CMYK | 0.14 | 0.79 | 0 | 0.09 |
| HSL | 289.3º | 0.81% | 0.55% | - |
| HSV(B) | 289.3º | 0.79% | 0.91% | - |
| XYZ | 39.58 | 20.28 | 78.92 | - |
| YUV | 114.54 | 194.86 | 188.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 48 | 233 | 0.14 | 0.79 | 0 | 0.09 | 289.3 | 0.81 | 0.55 |
| Hex | C8 | 30 | E9 | E | 4F | 0 | 9 | 121 | 51 | 37 |
| Octal | 310 | 60 | 351 | 16 | 117 | 0 | 11 | 441 | 121 | 67 |
| Binary | 11001000 | 110000 | 11101001 | 1110 | 1001111 | 0 | 1001 | 100100001 | 1010001 | 110111 |
Color Harmonies of #C830E9
Complementary color
Monochromatic Colors of #C830E9
Black with #C830E9
Text Example
Text Example
White with #C830E9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C830E9; }
p { color: rgb(200,48,233); }
H1.HeaderClassName
{
color: #C830E9;
}
.AnyTagClassName
{
color: #C830E9;
}
</style>
background-color css
<style>
a { background-color: #C830E9; }
a { background-color: rgb(200,48,233); }
div.DivClassName
{
background-color: #C830E9;
}
.BgClassName
{
background-color: #C830E9;
}
</style>
border-color css
<style>
span { border-color: #C830E9; }
span { border-color: rgb(200,48,233); }
td.TdClassName
{
border-color: #C830E9;
}
.TagClassName
{
border-color: #C830E9;
}
</style>