Shades of Medium Orchid #C030ED
Tints of Medium Orchid #C030ED
RGB
CMYK
RGB Variations
Color information
#C030ED (or 0xC030ED) is known color: Medium Orchid. HEX triplet: C0, 30 and ED. RGB value is (192,48,237). Sum of RGB (Red+Green+Blue) = 192+48+237=477 (63% of max value = 765). Red value is 192 (75.39% from 255 or 40.25% from 477); Green value is 48 (19.14% from 255 or 10.06% from 477); Blue value is 237 (92.97% from 255 or 49.69% from 477); Max value from RGB is 237 - color contains mainly: blue. Hex color #C030ED is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C030ED is #3FCF12. Grayscale: #6F6F6F. Windows color (decimal): -4181779 or 15544512. OLE color: 15544512.
HSL color Cylindrical-coordinate representation of color #C030ED: hue angle of 285.71º 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 #C030ED is Cyan = 0.19, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 192 | 48 | 237 | - |
| CMYK | 0.19 | 0.80 | 0 | 0.07 |
| HSL | 285.71º | 0.84% | 0.56% | - |
| HSV(B) | 285.71º | 0.8% | 0.93% | - |
| XYZ | 38.08 | 19.43 | 81.86 | - |
| YUV | 112.6 | 198.21 | 184.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 48 | 237 | 0.19 | 0.80 | 0 | 0.07 | 285.71 | 0.84 | 0.56 |
| Hex | C0 | 30 | ED | 13 | 50 | 0 | 7 | 11E | 54 | 38 |
| Octal | 300 | 60 | 355 | 23 | 120 | 0 | 7 | 436 | 124 | 70 |
| Binary | 11000000 | 110000 | 11101101 | 10011 | 1010000 | 0 | 111 | 100011110 | 1010100 | 111000 |
Color Harmonies of #C030ED
Complementary color
Monochromatic Colors of #C030ED
Black with #C030ED
Text Example
Text Example
White with #C030ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C030ED; }
p { color: rgb(192,48,237); }
H1.HeaderClassName
{
color: #C030ED;
}
.AnyTagClassName
{
color: #C030ED;
}
</style>
background-color css
<style>
a { background-color: #C030ED; }
a { background-color: rgb(192,48,237); }
div.DivClassName
{
background-color: #C030ED;
}
.BgClassName
{
background-color: #C030ED;
}
</style>
border-color css
<style>
span { border-color: #C030ED; }
span { border-color: rgb(192,48,237); }
td.TdClassName
{
border-color: #C030ED;
}
.TagClassName
{
border-color: #C030ED;
}
</style>