Shades of Medium Orchid #C03EE7
Tints of Medium Orchid #C03EE7
RGB
CMYK
RGB Variations
Color information
#C03EE7 (or 0xC03EE7) is known color: Medium Orchid. HEX triplet: C0, 3E and E7. RGB value is (192,62,231). Sum of RGB (Red+Green+Blue) = 192+62+231=485 (64% of max value = 765). Red value is 192 (75.39% from 255 or 39.59% from 485); Green value is 62 (24.61% from 255 or 12.78% from 485); Blue value is 231 (90.62% from 255 or 47.63% from 485); Max value from RGB is 231 - color contains mainly: blue. Hex color #C03EE7 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C03EE7 is #3FC118. Grayscale: #777777. Windows color (decimal): -4178201 or 15154880. OLE color: 15154880.
HSL color Cylindrical-coordinate representation of color #C03EE7: hue angle of 286.15º degrees, saturation: 0.78, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #C03EE7 is Cyan = 0.17, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 192 | 62 | 231 | - |
| CMYK | 0.17 | 0.73 | 0 | 0.09 |
| HSL | 286.15º | 0.78% | 0.57% | - |
| HSV(B) | 286.15º | 0.73% | 0.91% | - |
| XYZ | 37.88 | 20.42 | 77.55 | - |
| YUV | 120.14 | 190.57 | 179.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 62 | 231 | 0.17 | 0.73 | 0 | 0.09 | 286.15 | 0.78 | 0.57 |
| Hex | C0 | 3E | E7 | 11 | 49 | 0 | 9 | 11E | 4E | 39 |
| Octal | 300 | 76 | 347 | 21 | 111 | 0 | 11 | 436 | 116 | 71 |
| Binary | 11000000 | 111110 | 11100111 | 10001 | 1001001 | 0 | 1001 | 100011110 | 1001110 | 111001 |
Color Harmonies of #C03EE7
Complementary color
Monochromatic Colors of #C03EE7
Black with #C03EE7
Text Example
Text Example
White with #C03EE7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C03EE7; }
p { color: rgb(192,62,231); }
H1.HeaderClassName
{
color: #C03EE7;
}
.AnyTagClassName
{
color: #C03EE7;
}
</style>
background-color css
<style>
a { background-color: #C03EE7; }
a { background-color: rgb(192,62,231); }
div.DivClassName
{
background-color: #C03EE7;
}
.BgClassName
{
background-color: #C03EE7;
}
</style>
border-color css
<style>
span { border-color: #C03EE7; }
span { border-color: rgb(192,62,231); }
td.TdClassName
{
border-color: #C03EE7;
}
.TagClassName
{
border-color: #C03EE7;
}
</style>