Shades of Medium Orchid #C03AE7
Tints of Medium Orchid #C03AE7
RGB
CMYK
RGB Variations
Color information
#C03AE7 (or 0xC03AE7) is known color: Medium Orchid. HEX triplet: C0, 3A and E7. RGB value is (192,58,231). Sum of RGB (Red+Green+Blue) = 192+58+231=481 (63% of max value = 765). Red value is 192 (75.39% from 255 or 39.92% from 481); Green value is 58 (23.05% from 255 or 12.06% from 481); Blue value is 231 (90.62% from 255 or 48.02% from 481); Max value from RGB is 231 - color contains mainly: blue. Hex color #C03AE7 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C03AE7 is #3FC518. Grayscale: #757575. Windows color (decimal): -4179225 or 15153856. OLE color: 15153856.
HSL color Cylindrical-coordinate representation of color #C03AE7: hue angle of 286.47º degrees, saturation: 0.78, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #C03AE7 is Cyan = 0.17, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 192 | 58 | 231 | - |
| CMYK | 0.17 | 0.75 | 0 | 0.09 |
| HSL | 286.47º | 0.78% | 0.57% | - |
| HSV(B) | 286.47º | 0.75% | 0.91% | - |
| XYZ | 37.68 | 20 | 77.48 | - |
| YUV | 117.79 | 191.89 | 180.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 58 | 231 | 0.17 | 0.75 | 0 | 0.09 | 286.47 | 0.78 | 0.57 |
| Hex | C0 | 3A | E7 | 11 | 4B | 0 | 9 | 11E | 4E | 39 |
| Octal | 300 | 72 | 347 | 21 | 113 | 0 | 11 | 436 | 116 | 71 |
| Binary | 11000000 | 111010 | 11100111 | 10001 | 1001011 | 0 | 1001 | 100011110 | 1001110 | 111001 |
Color Harmonies of #C03AE7
Complementary color
Monochromatic Colors of #C03AE7
Black with #C03AE7
Text Example
Text Example
White with #C03AE7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C03AE7; }
p { color: rgb(192,58,231); }
H1.HeaderClassName
{
color: #C03AE7;
}
.AnyTagClassName
{
color: #C03AE7;
}
</style>
background-color css
<style>
a { background-color: #C03AE7; }
a { background-color: rgb(192,58,231); }
div.DivClassName
{
background-color: #C03AE7;
}
.BgClassName
{
background-color: #C03AE7;
}
</style>
border-color css
<style>
span { border-color: #C03AE7; }
span { border-color: rgb(192,58,231); }
td.TdClassName
{
border-color: #C03AE7;
}
.TagClassName
{
border-color: #C03AE7;
}
</style>