Shades of Medium Orchid #C73ED4
Tints of Medium Orchid #C73ED4
RGB
CMYK
RGB Variations
Color information
#C73ED4 (or 0xC73ED4) is known color: Medium Orchid. HEX triplet: C7, 3E and D4. RGB value is (199,62,212). Sum of RGB (Red+Green+Blue) = 199+62+212=473 (62% of max value = 765). Red value is 199 (78.12% from 255 or 42.07% from 473); Green value is 62 (24.61% from 255 or 13.11% from 473); Blue value is 212 (83.20% from 255 or 44.82% from 473); Max value from RGB is 212 - color contains mainly: blue. Hex color #C73ED4 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C73ED4 is #38C12B. Grayscale: #777777. Windows color (decimal): -3719468 or 13909703. OLE color: 13909703.
HSL color Cylindrical-coordinate representation of color #C73ED4: hue angle of 294.8º degrees, saturation: 0.64, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #C73ED4 is Cyan = 0.06, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 199 | 62 | 212 | - |
| CMYK | 0.06 | 0.71 | 0 | 0.17 |
| HSL | 294.8º | 0.64% | 0.54% | - |
| HSV(B) | 294.8º | 0.71% | 0.83% | - |
| XYZ | 37.16 | 20.34 | 64.26 | - |
| YUV | 120.06 | 179.89 | 184.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 62 | 212 | 0.06 | 0.71 | 0 | 0.17 | 294.8 | 0.64 | 0.54 |
| Hex | C7 | 3E | D4 | 6 | 47 | 0 | 11 | 127 | 40 | 36 |
| Octal | 307 | 76 | 324 | 6 | 107 | 0 | 21 | 447 | 100 | 66 |
| Binary | 11000111 | 111110 | 11010100 | 110 | 1000111 | 0 | 10001 | 100100111 | 1000000 | 110110 |
Color Harmonies of #C73ED4
Complementary color
Monochromatic Colors of #C73ED4
Black with #C73ED4
Text Example
Text Example
White with #C73ED4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C73ED4; }
p { color: rgb(199,62,212); }
H1.HeaderClassName
{
color: #C73ED4;
}
.AnyTagClassName
{
color: #C73ED4;
}
</style>
background-color css
<style>
a { background-color: #C73ED4; }
a { background-color: rgb(199,62,212); }
div.DivClassName
{
background-color: #C73ED4;
}
.BgClassName
{
background-color: #C73ED4;
}
</style>
border-color css
<style>
span { border-color: #C73ED4; }
span { border-color: rgb(199,62,212); }
td.TdClassName
{
border-color: #C73ED4;
}
.TagClassName
{
border-color: #C73ED4;
}
</style>