Shades of Medium Orchid #C73DE5
Tints of Medium Orchid #C73DE5
RGB
CMYK
RGB Variations
Color information
#C73DE5 (or 0xC73DE5) is known color: Medium Orchid. HEX triplet: C7, 3D and E5. RGB value is (199,61,229). Sum of RGB (Red+Green+Blue) = 199+61+229=489 (64% of max value = 765). Red value is 199 (78.12% from 255 or 40.70% from 489); Green value is 61 (24.22% from 255 or 12.47% from 489); Blue value is 229 (89.84% from 255 or 46.83% from 489); Max value from RGB is 229 - color contains mainly: blue. Hex color #C73DE5 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C73DE5 is #38C21A. Grayscale: #787878. Windows color (decimal): -3719707 or 15023559. OLE color: 15023559.
HSL color Cylindrical-coordinate representation of color #C73DE5: hue angle of 289.29º degrees, saturation: 0.76, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #C73DE5 is Cyan = 0.13, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 199 | 61 | 229 | - |
| CMYK | 0.13 | 0.73 | 0 | 0.10 |
| HSL | 289.29º | 0.76% | 0.57% | - |
| HSV(B) | 289.29º | 0.73% | 0.9% | - |
| XYZ | 39.36 | 21.14 | 76.13 | - |
| YUV | 121.41 | 188.72 | 183.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 61 | 229 | 0.13 | 0.73 | 0 | 0.10 | 289.29 | 0.76 | 0.57 |
| Hex | C7 | 3D | E5 | D | 49 | 0 | A | 121 | 4C | 39 |
| Octal | 307 | 75 | 345 | 15 | 111 | 0 | 12 | 441 | 114 | 71 |
| Binary | 11000111 | 111101 | 11100101 | 1101 | 1001001 | 0 | 1010 | 100100001 | 1001100 | 111001 |
Color Harmonies of #C73DE5
Complementary color
Monochromatic Colors of #C73DE5
Black with #C73DE5
Text Example
Text Example
White with #C73DE5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C73DE5; }
p { color: rgb(199,61,229); }
H1.HeaderClassName
{
color: #C73DE5;
}
.AnyTagClassName
{
color: #C73DE5;
}
</style>
background-color css
<style>
a { background-color: #C73DE5; }
a { background-color: rgb(199,61,229); }
div.DivClassName
{
background-color: #C73DE5;
}
.BgClassName
{
background-color: #C73DE5;
}
</style>
border-color css
<style>
span { border-color: #C73DE5; }
span { border-color: rgb(199,61,229); }
td.TdClassName
{
border-color: #C73DE5;
}
.TagClassName
{
border-color: #C73DE5;
}
</style>