Shades of Medium Orchid #C830E0
Tints of Medium Orchid #C830E0
RGB
CMYK
RGB Variations
Color information
#C830E0 (or 0xC830E0) is known color: Medium Orchid. HEX triplet: C8, 30 and E0. RGB value is (200,48,224). Sum of RGB (Red+Green+Blue) = 200+48+224=472 (62% of max value = 765). Red value is 200 (78.52% from 255 or 42.37% from 472); Green value is 48 (19.14% from 255 or 10.17% from 472); Blue value is 224 (87.89% from 255 or 47.46% from 472); Max value from RGB is 224 - color contains mainly: blue. Hex color #C830E0 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C830E0 is #37CF1F. Grayscale: #707070. Windows color (decimal): -3657504 or 14692552. OLE color: 14692552.
HSL color Cylindrical-coordinate representation of color #C830E0: hue angle of 291.82º degrees, saturation: 0.74, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #C830E0 is Cyan = 0.11, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 200 | 48 | 224 | - |
| CMYK | 0.11 | 0.79 | 0 | 0.12 |
| HSL | 291.82º | 0.74% | 0.53% | - |
| HSV(B) | 291.82º | 0.79% | 0.88% | - |
| XYZ | 38.33 | 19.78 | 72.32 | - |
| YUV | 113.51 | 190.36 | 189.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 48 | 224 | 0.11 | 0.79 | 0 | 0.12 | 291.82 | 0.74 | 0.53 |
| Hex | C8 | 30 | E0 | B | 4F | 0 | C | 124 | 4A | 35 |
| Octal | 310 | 60 | 340 | 13 | 117 | 0 | 14 | 444 | 112 | 65 |
| Binary | 11001000 | 110000 | 11100000 | 1011 | 1001111 | 0 | 1100 | 100100100 | 1001010 | 110101 |
Color Harmonies of #C830E0
Complementary color
Monochromatic Colors of #C830E0
Black with #C830E0
Text Example
Text Example
White with #C830E0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C830E0; }
p { color: rgb(200,48,224); }
H1.HeaderClassName
{
color: #C830E0;
}
.AnyTagClassName
{
color: #C830E0;
}
</style>
background-color css
<style>
a { background-color: #C830E0; }
a { background-color: rgb(200,48,224); }
div.DivClassName
{
background-color: #C830E0;
}
.BgClassName
{
background-color: #C830E0;
}
</style>
border-color css
<style>
span { border-color: #C830E0; }
span { border-color: rgb(200,48,224); }
td.TdClassName
{
border-color: #C830E0;
}
.TagClassName
{
border-color: #C830E0;
}
</style>