Shades of Medium Orchid #C03ED7
Tints of Medium Orchid #C03ED7
RGB
CMYK
RGB Variations
Color information
#C03ED7 (or 0xC03ED7) is known color: Medium Orchid. HEX triplet: C0, 3E and D7. RGB value is (192,62,215). Sum of RGB (Red+Green+Blue) = 192+62+215=469 (62% of max value = 765). Red value is 192 (75.39% from 255 or 40.94% from 469); Green value is 62 (24.61% from 255 or 13.22% from 469); Blue value is 215 (84.38% from 255 or 45.84% from 469); Max value from RGB is 215 - color contains mainly: blue. Hex color #C03ED7 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C03ED7 is #3FC128. Grayscale: #757575. Windows color (decimal): -4178217 or 14106304. OLE color: 14106304.
HSL color Cylindrical-coordinate representation of color #C03ED7: hue angle of 290.98º degrees, saturation: 0.66, 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 #C03ED7 is Cyan = 0.11, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 192 | 62 | 215 | - |
| CMYK | 0.11 | 0.71 | 0 | 0.16 |
| HSL | 290.98º | 0.66% | 0.54% | - |
| HSV(B) | 290.98º | 0.71% | 0.84% | - |
| XYZ | 35.73 | 19.56 | 66.18 | - |
| YUV | 118.31 | 182.57 | 180.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 62 | 215 | 0.11 | 0.71 | 0 | 0.16 | 290.98 | 0.66 | 0.54 |
| Hex | C0 | 3E | D7 | B | 47 | 0 | 10 | 123 | 42 | 36 |
| Octal | 300 | 76 | 327 | 13 | 107 | 0 | 20 | 443 | 102 | 66 |
| Binary | 11000000 | 111110 | 11010111 | 1011 | 1000111 | 0 | 10000 | 100100011 | 1000010 | 110110 |
Color Harmonies of #C03ED7
Complementary color
Monochromatic Colors of #C03ED7
Black with #C03ED7
Text Example
Text Example
White with #C03ED7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C03ED7; }
p { color: rgb(192,62,215); }
H1.HeaderClassName
{
color: #C03ED7;
}
.AnyTagClassName
{
color: #C03ED7;
}
</style>
background-color css
<style>
a { background-color: #C03ED7; }
a { background-color: rgb(192,62,215); }
div.DivClassName
{
background-color: #C03ED7;
}
.BgClassName
{
background-color: #C03ED7;
}
</style>
border-color css
<style>
span { border-color: #C03ED7; }
span { border-color: rgb(192,62,215); }
td.TdClassName
{
border-color: #C03ED7;
}
.TagClassName
{
border-color: #C03ED7;
}
</style>