Shades of Medium Orchid #C830ED
Tints of Medium Orchid #C830ED
RGB
CMYK
RGB Variations
Color information
#C830ED (or 0xC830ED) is known color: Medium Orchid. HEX triplet: C8, 30 and ED. RGB value is (200,48,237). Sum of RGB (Red+Green+Blue) = 200+48+237=485 (64% of max value = 765). Red value is 200 (78.52% from 255 or 41.24% from 485); Green value is 48 (19.14% from 255 or 9.90% from 485); Blue value is 237 (92.97% from 255 or 48.87% from 485); Max value from RGB is 237 - color contains mainly: blue. Hex color #C830ED is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C830ED is #37CF12. Grayscale: #727272. Windows color (decimal): -3657491 or 15544520. OLE color: 15544520.
HSL color Cylindrical-coordinate representation of color #C830ED: hue angle of 288.25º degrees, saturation: 0.84, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #C830ED is Cyan = 0.16, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 200 | 48 | 237 | - |
| CMYK | 0.16 | 0.80 | 0 | 0.07 |
| HSL | 288.25º | 0.84% | 0.56% | - |
| HSV(B) | 288.25º | 0.8% | 0.93% | - |
| XYZ | 40.16 | 20.51 | 81.96 | - |
| YUV | 114.99 | 196.86 | 188.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 48 | 237 | 0.16 | 0.80 | 0 | 0.07 | 288.25 | 0.84 | 0.56 |
| Hex | C8 | 30 | ED | 10 | 50 | 0 | 7 | 120 | 54 | 38 |
| Octal | 310 | 60 | 355 | 20 | 120 | 0 | 7 | 440 | 124 | 70 |
| Binary | 11001000 | 110000 | 11101101 | 10000 | 1010000 | 0 | 111 | 100100000 | 1010100 | 111000 |
Color Harmonies of #C830ED
Complementary color
Monochromatic Colors of #C830ED
Black with #C830ED
Text Example
Text Example
White with #C830ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C830ED; }
p { color: rgb(200,48,237); }
H1.HeaderClassName
{
color: #C830ED;
}
.AnyTagClassName
{
color: #C830ED;
}
</style>
background-color css
<style>
a { background-color: #C830ED; }
a { background-color: rgb(200,48,237); }
div.DivClassName
{
background-color: #C830ED;
}
.BgClassName
{
background-color: #C830ED;
}
</style>
border-color css
<style>
span { border-color: #C830ED; }
span { border-color: rgb(200,48,237); }
td.TdClassName
{
border-color: #C830ED;
}
.TagClassName
{
border-color: #C830ED;
}
</style>