Shades of Medium Orchid #C73CEE
Tints of Medium Orchid #C73CEE
RGB
CMYK
RGB Variations
Color information
#C73CEE (or 0xC73CEE) is known color: Medium Orchid. HEX triplet: C7, 3C and EE. RGB value is (199,60,238). Sum of RGB (Red+Green+Blue) = 199+60+238=497 (65% of max value = 765). Red value is 199 (78.12% from 255 or 40.04% from 497); Green value is 60 (23.83% from 255 or 12.07% from 497); Blue value is 238 (93.36% from 255 or 47.89% from 497); Max value from RGB is 238 - color contains mainly: blue. Hex color #C73CEE is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C73CEE is #38C311. Grayscale: #797979. Windows color (decimal): -3719954 or 15613127. OLE color: 15613127.
HSL color Cylindrical-coordinate representation of color #C73CEE: hue angle of 286.85º degrees, saturation: 0.84, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #C73CEE is Cyan = 0.16, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 199 | 60 | 238 | - |
| CMYK | 0.16 | 0.75 | 0 | 0.07 |
| HSL | 286.85º | 0.84% | 0.58% | - |
| HSV(B) | 286.85º | 0.75% | 0.93% | - |
| XYZ | 40.6 | 21.55 | 82.91 | - |
| YUV | 121.85 | 193.55 | 183.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 60 | 238 | 0.16 | 0.75 | 0 | 0.07 | 286.85 | 0.84 | 0.58 |
| Hex | C7 | 3C | EE | 10 | 4B | 0 | 7 | 11F | 54 | 3A |
| Octal | 307 | 74 | 356 | 20 | 113 | 0 | 7 | 437 | 124 | 72 |
| Binary | 11000111 | 111100 | 11101110 | 10000 | 1001011 | 0 | 111 | 100011111 | 1010100 | 111010 |
Color Harmonies of #C73CEE
Complementary color
Monochromatic Colors of #C73CEE
Black with #C73CEE
Text Example
Text Example
White with #C73CEE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C73CEE; }
p { color: rgb(199,60,238); }
H1.HeaderClassName
{
color: #C73CEE;
}
.AnyTagClassName
{
color: #C73CEE;
}
</style>
background-color css
<style>
a { background-color: #C73CEE; }
a { background-color: rgb(199,60,238); }
div.DivClassName
{
background-color: #C73CEE;
}
.BgClassName
{
background-color: #C73CEE;
}
</style>
border-color css
<style>
span { border-color: #C73CEE; }
span { border-color: rgb(199,60,238); }
td.TdClassName
{
border-color: #C73CEE;
}
.TagClassName
{
border-color: #C73CEE;
}
</style>