Shades of Medium Orchid #C03ED5
Tints of Medium Orchid #C03ED5
RGB
CMYK
RGB Variations
Color information
#C03ED5 (or 0xC03ED5) is known color: Medium Orchid. HEX triplet: C0, 3E and D5. RGB value is (192,62,213). Sum of RGB (Red+Green+Blue) = 192+62+213=467 (61% of max value = 765). Red value is 192 (75.39% from 255 or 41.11% from 467); Green value is 62 (24.61% from 255 or 13.28% from 467); Blue value is 213 (83.59% from 255 or 45.61% from 467); Max value from RGB is 213 - color contains mainly: blue. Hex color #C03ED5 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C03ED5 is #3FC12A. Grayscale: #757575. Windows color (decimal): -4178219 or 13975232. OLE color: 13975232.
HSL color Cylindrical-coordinate representation of color #C03ED5: hue angle of 291.66º degrees, saturation: 0.64, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #C03ED5 is Cyan = 0.10, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 192 | 62 | 213 | - |
| CMYK | 0.10 | 0.71 | 0 | 0.16 |
| HSL | 291.66º | 0.64% | 0.54% | - |
| HSV(B) | 291.66º | 0.71% | 0.84% | - |
| XYZ | 35.47 | 19.46 | 64.84 | - |
| YUV | 118.08 | 181.57 | 180.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 62 | 213 | 0.10 | 0.71 | 0 | 0.16 | 291.66 | 0.64 | 0.54 |
| Hex | C0 | 3E | D5 | A | 47 | 0 | 10 | 124 | 40 | 36 |
| Octal | 300 | 76 | 325 | 12 | 107 | 0 | 20 | 444 | 100 | 66 |
| Binary | 11000000 | 111110 | 11010101 | 1010 | 1000111 | 0 | 10000 | 100100100 | 1000000 | 110110 |
Color Harmonies of #C03ED5
Complementary color
Monochromatic Colors of #C03ED5
Black with #C03ED5
Text Example
Text Example
White with #C03ED5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C03ED5; }
p { color: rgb(192,62,213); }
H1.HeaderClassName
{
color: #C03ED5;
}
.AnyTagClassName
{
color: #C03ED5;
}
</style>
background-color css
<style>
a { background-color: #C03ED5; }
a { background-color: rgb(192,62,213); }
div.DivClassName
{
background-color: #C03ED5;
}
.BgClassName
{
background-color: #C03ED5;
}
</style>
border-color css
<style>
span { border-color: #C03ED5; }
span { border-color: rgb(192,62,213); }
td.TdClassName
{
border-color: #C03ED5;
}
.TagClassName
{
border-color: #C03ED5;
}
</style>