Shades of Medium Orchid #C030EE
Tints of Medium Orchid #C030EE
RGB
CMYK
RGB Variations
Color information
#C030EE (or 0xC030EE) is known color: Medium Orchid. HEX triplet: C0, 30 and EE. RGB value is (192,48,238). Sum of RGB (Red+Green+Blue) = 192+48+238=478 (63% of max value = 765). Red value is 192 (75.39% from 255 or 40.17% from 478); Green value is 48 (19.14% from 255 or 10.04% from 478); Blue value is 238 (93.36% from 255 or 49.79% from 478); Max value from RGB is 238 - color contains mainly: blue. Hex color #C030EE is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C030EE is #3FCF11. Grayscale: #707070. Windows color (decimal): -4181778 or 15610048. OLE color: 15610048.
HSL color Cylindrical-coordinate representation of color #C030EE: hue angle of 285.47º degrees, saturation: 0.85, 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 #C030EE is Cyan = 0.19, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 192 | 48 | 238 | - |
| CMYK | 0.19 | 0.80 | 0 | 0.07 |
| HSL | 285.47º | 0.85% | 0.56% | - |
| HSV(B) | 285.47º | 0.8% | 0.93% | - |
| XYZ | 38.23 | 19.49 | 82.64 | - |
| YUV | 112.72 | 198.71 | 184.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 48 | 238 | 0.19 | 0.80 | 0 | 0.07 | 285.47 | 0.85 | 0.56 |
| Hex | C0 | 30 | EE | 13 | 50 | 0 | 7 | 11D | 55 | 38 |
| Octal | 300 | 60 | 356 | 23 | 120 | 0 | 7 | 435 | 125 | 70 |
| Binary | 11000000 | 110000 | 11101110 | 10011 | 1010000 | 0 | 111 | 100011101 | 1010101 | 111000 |
Color Harmonies of #C030EE
Complementary color
Monochromatic Colors of #C030EE
Black with #C030EE
Text Example
Text Example
White with #C030EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C030EE; }
p { color: rgb(192,48,238); }
H1.HeaderClassName
{
color: #C030EE;
}
.AnyTagClassName
{
color: #C030EE;
}
</style>
background-color css
<style>
a { background-color: #C030EE; }
a { background-color: rgb(192,48,238); }
div.DivClassName
{
background-color: #C030EE;
}
.BgClassName
{
background-color: #C030EE;
}
</style>
border-color css
<style>
span { border-color: #C030EE; }
span { border-color: rgb(192,48,238); }
td.TdClassName
{
border-color: #C030EE;
}
.TagClassName
{
border-color: #C030EE;
}
</style>