Shades of Medium Orchid #C73DEA
Tints of Medium Orchid #C73DEA
RGB
CMYK
RGB Variations
Color information
#C73DEA (or 0xC73DEA) is known color: Medium Orchid. HEX triplet: C7, 3D and EA. RGB value is (199,61,234). Sum of RGB (Red+Green+Blue) = 199+61+234=494 (65% of max value = 765). Red value is 199 (78.12% from 255 or 40.28% from 494); Green value is 61 (24.22% from 255 or 12.35% from 494); Blue value is 234 (91.80% from 255 or 47.37% from 494); Max value from RGB is 234 - color contains mainly: blue. Hex color #C73DEA is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C73DEA is #38C215. Grayscale: #797979. Windows color (decimal): -3719702 or 15351239. OLE color: 15351239.
HSL color Cylindrical-coordinate representation of color #C73DEA: hue angle of 287.86º degrees, saturation: 0.8, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #C73DEA is Cyan = 0.15, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 199 | 61 | 234 | - |
| CMYK | 0.15 | 0.74 | 0 | 0.08 |
| HSL | 287.86º | 0.8% | 0.58% | - |
| HSV(B) | 287.86º | 0.74% | 0.92% | - |
| XYZ | 40.07 | 21.42 | 79.86 | - |
| YUV | 121.98 | 191.22 | 182.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 61 | 234 | 0.15 | 0.74 | 0 | 0.08 | 287.86 | 0.8 | 0.58 |
| Hex | C7 | 3D | EA | F | 4A | 0 | 8 | 120 | 50 | 3A |
| Octal | 307 | 75 | 352 | 17 | 112 | 0 | 10 | 440 | 120 | 72 |
| Binary | 11000111 | 111101 | 11101010 | 1111 | 1001010 | 0 | 1000 | 100100000 | 1010000 | 111010 |
Color Harmonies of #C73DEA
Complementary color
Monochromatic Colors of #C73DEA
Black with #C73DEA
Text Example
Text Example
White with #C73DEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C73DEA; }
p { color: rgb(199,61,234); }
H1.HeaderClassName
{
color: #C73DEA;
}
.AnyTagClassName
{
color: #C73DEA;
}
</style>
background-color css
<style>
a { background-color: #C73DEA; }
a { background-color: rgb(199,61,234); }
div.DivClassName
{
background-color: #C73DEA;
}
.BgClassName
{
background-color: #C73DEA;
}
</style>
border-color css
<style>
span { border-color: #C73DEA; }
span { border-color: rgb(199,61,234); }
td.TdClassName
{
border-color: #C73DEA;
}
.TagClassName
{
border-color: #C73DEA;
}
</style>