Shades of Medium Orchid #C73DE0
Tints of Medium Orchid #C73DE0
RGB
CMYK
RGB Variations
Color information
#C73DE0 (or 0xC73DE0) is known color: Medium Orchid. HEX triplet: C7, 3D and E0. RGB value is (199,61,224). Sum of RGB (Red+Green+Blue) = 199+61+224=484 (64% of max value = 765). Red value is 199 (78.12% from 255 or 41.12% from 484); Green value is 61 (24.22% from 255 or 12.60% from 484); Blue value is 224 (87.89% from 255 or 46.28% from 484); Max value from RGB is 224 - color contains mainly: blue. Hex color #C73DE0 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C73DE0 is #38C21F. Grayscale: #787878. Windows color (decimal): -3719712 or 14695879. OLE color: 14695879.
HSL color Cylindrical-coordinate representation of color #C73DE0: hue angle of 290.8º degrees, saturation: 0.72, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #C73DE0 is Cyan = 0.11, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 199 | 61 | 224 | - |
| CMYK | 0.11 | 0.73 | 0 | 0.12 |
| HSL | 290.8º | 0.72% | 0.56% | - |
| HSV(B) | 290.8º | 0.73% | 0.88% | - |
| XYZ | 38.68 | 20.86 | 72.51 | - |
| YUV | 120.84 | 186.22 | 183.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 61 | 224 | 0.11 | 0.73 | 0 | 0.12 | 290.8 | 0.72 | 0.56 |
| Hex | C7 | 3D | E0 | B | 49 | 0 | C | 123 | 48 | 38 |
| Octal | 307 | 75 | 340 | 13 | 111 | 0 | 14 | 443 | 110 | 70 |
| Binary | 11000111 | 111101 | 11100000 | 1011 | 1001001 | 0 | 1100 | 100100011 | 1001000 | 111000 |
Color Harmonies of #C73DE0
Complementary color
Monochromatic Colors of #C73DE0
Black with #C73DE0
Text Example
Text Example
White with #C73DE0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C73DE0; }
p { color: rgb(199,61,224); }
H1.HeaderClassName
{
color: #C73DE0;
}
.AnyTagClassName
{
color: #C73DE0;
}
</style>
background-color css
<style>
a { background-color: #C73DE0; }
a { background-color: rgb(199,61,224); }
div.DivClassName
{
background-color: #C73DE0;
}
.BgClassName
{
background-color: #C73DE0;
}
</style>
border-color css
<style>
span { border-color: #C73DE0; }
span { border-color: rgb(199,61,224); }
td.TdClassName
{
border-color: #C73DE0;
}
.TagClassName
{
border-color: #C73DE0;
}
</style>