Shades of Medium Orchid #C830EB
Tints of Medium Orchid #C830EB
RGB
CMYK
RGB Variations
Color information
#C830EB (or 0xC830EB) is known color: Medium Orchid. HEX triplet: C8, 30 and EB. RGB value is (200,48,235). Sum of RGB (Red+Green+Blue) = 200+48+235=483 (63% of max value = 765). Red value is 200 (78.52% from 255 or 41.41% from 483); Green value is 48 (19.14% from 255 or 9.94% from 483); Blue value is 235 (92.19% from 255 or 48.65% from 483); Max value from RGB is 235 - color contains mainly: blue. Hex color #C830EB is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C830EB is #37CF14. Grayscale: #727272. Windows color (decimal): -3657493 or 15413448. OLE color: 15413448.
HSL color Cylindrical-coordinate representation of color #C830EB: hue angle of 288.77º degrees, saturation: 0.82, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #C830EB is Cyan = 0.15, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 200 | 48 | 235 | - |
| CMYK | 0.15 | 0.80 | 0 | 0.08 |
| HSL | 288.77º | 0.82% | 0.55% | - |
| HSV(B) | 288.77º | 0.8% | 0.92% | - |
| XYZ | 39.87 | 20.39 | 80.43 | - |
| YUV | 114.77 | 195.86 | 188.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 48 | 235 | 0.15 | 0.80 | 0 | 0.08 | 288.77 | 0.82 | 0.55 |
| Hex | C8 | 30 | EB | F | 50 | 0 | 8 | 121 | 52 | 37 |
| Octal | 310 | 60 | 353 | 17 | 120 | 0 | 10 | 441 | 122 | 67 |
| Binary | 11001000 | 110000 | 11101011 | 1111 | 1010000 | 0 | 1000 | 100100001 | 1010010 | 110111 |
Color Harmonies of #C830EB
Complementary color
Monochromatic Colors of #C830EB
Black with #C830EB
Text Example
Text Example
White with #C830EB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C830EB; }
p { color: rgb(200,48,235); }
H1.HeaderClassName
{
color: #C830EB;
}
.AnyTagClassName
{
color: #C830EB;
}
</style>
background-color css
<style>
a { background-color: #C830EB; }
a { background-color: rgb(200,48,235); }
div.DivClassName
{
background-color: #C830EB;
}
.BgClassName
{
background-color: #C830EB;
}
</style>
border-color css
<style>
span { border-color: #C830EB; }
span { border-color: rgb(200,48,235); }
td.TdClassName
{
border-color: #C830EB;
}
.TagClassName
{
border-color: #C830EB;
}
</style>