Shades of Medium Orchid #C030EB
Tints of Medium Orchid #C030EB
RGB
CMYK
RGB Variations
Color information
#C030EB (or 0xC030EB) is known color: Medium Orchid. HEX triplet: C0, 30 and EB. RGB value is (192,48,235). Sum of RGB (Red+Green+Blue) = 192+48+235=475 (62% of max value = 765). Red value is 192 (75.39% from 255 or 40.42% from 475); Green value is 48 (19.14% from 255 or 10.11% from 475); Blue value is 235 (92.19% from 255 or 49.47% from 475); Max value from RGB is 235 - color contains mainly: blue. Hex color #C030EB is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C030EB is #3FCF14. Grayscale: #6F6F6F. Windows color (decimal): -4181781 or 15413440. OLE color: 15413440.
HSL color Cylindrical-coordinate representation of color #C030EB: hue angle of 286.2º 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 #C030EB is Cyan = 0.18, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 192 | 48 | 235 | - |
| CMYK | 0.18 | 0.80 | 0 | 0.08 |
| HSL | 286.2º | 0.82% | 0.55% | - |
| HSV(B) | 286.2º | 0.8% | 0.92% | - |
| XYZ | 37.79 | 19.32 | 80.33 | - |
| YUV | 112.37 | 197.21 | 184.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 48 | 235 | 0.18 | 0.80 | 0 | 0.08 | 286.2 | 0.82 | 0.55 |
| Hex | C0 | 30 | EB | 12 | 50 | 0 | 8 | 11E | 52 | 37 |
| Octal | 300 | 60 | 353 | 22 | 120 | 0 | 10 | 436 | 122 | 67 |
| Binary | 11000000 | 110000 | 11101011 | 10010 | 1010000 | 0 | 1000 | 100011110 | 1010010 | 110111 |
Color Harmonies of #C030EB
Complementary color
Monochromatic Colors of #C030EB
Black with #C030EB
Text Example
Text Example
White with #C030EB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C030EB; }
p { color: rgb(192,48,235); }
H1.HeaderClassName
{
color: #C030EB;
}
.AnyTagClassName
{
color: #C030EB;
}
</style>
background-color css
<style>
a { background-color: #C030EB; }
a { background-color: rgb(192,48,235); }
div.DivClassName
{
background-color: #C030EB;
}
.BgClassName
{
background-color: #C030EB;
}
</style>
border-color css
<style>
span { border-color: #C030EB; }
span { border-color: rgb(192,48,235); }
td.TdClassName
{
border-color: #C030EB;
}
.TagClassName
{
border-color: #C030EB;
}
</style>