Shades of Medium Orchid #C73ED2
Tints of Medium Orchid #C73ED2
RGB
CMYK
RGB Variations
Color information
#C73ED2 (or 0xC73ED2) is known color: Medium Orchid. HEX triplet: C7, 3E and D2. RGB value is (199,62,210). Sum of RGB (Red+Green+Blue) = 199+62+210=471 (62% of max value = 765). Red value is 199 (78.12% from 255 or 42.25% from 471); Green value is 62 (24.61% from 255 or 13.16% from 471); Blue value is 210 (82.42% from 255 or 44.59% from 471); Max value from RGB is 210 - color contains mainly: blue. Hex color #C73ED2 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C73ED2 is #38C12D. Grayscale: #777777. Windows color (decimal): -3719470 or 13778631. OLE color: 13778631.
HSL color Cylindrical-coordinate representation of color #C73ED2: hue angle of 295.54º degrees, saturation: 0.62, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #C73ED2 is Cyan = 0.05, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 199 | 62 | 210 | - |
| CMYK | 0.05 | 0.70 | 0 | 0.18 |
| HSL | 295.54º | 0.62% | 0.53% | - |
| HSV(B) | 295.54º | 0.7% | 0.82% | - |
| XYZ | 36.91 | 20.24 | 62.93 | - |
| YUV | 119.84 | 178.89 | 184.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 62 | 210 | 0.05 | 0.70 | 0 | 0.18 | 295.54 | 0.62 | 0.53 |
| Hex | C7 | 3E | D2 | 5 | 46 | 0 | 12 | 128 | 3E | 35 |
| Octal | 307 | 76 | 322 | 5 | 106 | 0 | 22 | 450 | 76 | 65 |
| Binary | 11000111 | 111110 | 11010010 | 101 | 1000110 | 0 | 10010 | 100101000 | 111110 | 110101 |
Color Harmonies of #C73ED2
Complementary color
Monochromatic Colors of #C73ED2
Black with #C73ED2
Text Example
Text Example
White with #C73ED2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C73ED2; }
p { color: rgb(199,62,210); }
H1.HeaderClassName
{
color: #C73ED2;
}
.AnyTagClassName
{
color: #C73ED2;
}
</style>
background-color css
<style>
a { background-color: #C73ED2; }
a { background-color: rgb(199,62,210); }
div.DivClassName
{
background-color: #C73ED2;
}
.BgClassName
{
background-color: #C73ED2;
}
</style>
border-color css
<style>
span { border-color: #C73ED2; }
span { border-color: rgb(199,62,210); }
td.TdClassName
{
border-color: #C73ED2;
}
.TagClassName
{
border-color: #C73ED2;
}
</style>