Shades of Medium Orchid #C73FEE
Tints of Medium Orchid #C73FEE
RGB
CMYK
RGB Variations
Color information
#C73FEE (or 0xC73FEE) is known color: Medium Orchid. HEX triplet: C7, 3F and EE. RGB value is (199,63,238). Sum of RGB (Red+Green+Blue) = 199+63+238=500 (66% of max value = 765). Red value is 199 (78.12% from 255 or 39.8% from 500); Green value is 63 (25% from 255 or 12.6% from 500); Blue value is 238 (93.36% from 255 or 47.6% from 500); Max value from RGB is 238 - color contains mainly: blue. Hex color #C73FEE is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C73FEE is #38C011. Grayscale: #7B7B7B. Windows color (decimal): -3719186 or 15613895. OLE color: 15613895.
HSL color Cylindrical-coordinate representation of color #C73FEE: hue angle of 286.63º degrees, saturation: 0.84, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #C73FEE is Cyan = 0.16, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 199 | 63 | 238 | - |
| CMYK | 0.16 | 0.74 | 0 | 0.07 |
| HSL | 286.63º | 0.84% | 0.59% | - |
| HSV(B) | 286.63º | 0.74% | 0.93% | - |
| XYZ | 40.76 | 21.87 | 82.96 | - |
| YUV | 123.61 | 192.56 | 181.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 63 | 238 | 0.16 | 0.74 | 0 | 0.07 | 286.63 | 0.84 | 0.59 |
| Hex | C7 | 3F | EE | 10 | 4A | 0 | 7 | 11F | 54 | 3B |
| Octal | 307 | 77 | 356 | 20 | 112 | 0 | 7 | 437 | 124 | 73 |
| Binary | 11000111 | 111111 | 11101110 | 10000 | 1001010 | 0 | 111 | 100011111 | 1010100 | 111011 |
Color Harmonies of #C73FEE
Complementary color
Monochromatic Colors of #C73FEE
Black with #C73FEE
Text Example
Text Example
White with #C73FEE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C73FEE; }
p { color: rgb(199,63,238); }
H1.HeaderClassName
{
color: #C73FEE;
}
.AnyTagClassName
{
color: #C73FEE;
}
</style>
background-color css
<style>
a { background-color: #C73FEE; }
a { background-color: rgb(199,63,238); }
div.DivClassName
{
background-color: #C73FEE;
}
.BgClassName
{
background-color: #C73FEE;
}
</style>
border-color css
<style>
span { border-color: #C73FEE; }
span { border-color: rgb(199,63,238); }
td.TdClassName
{
border-color: #C73FEE;
}
.TagClassName
{
border-color: #C73FEE;
}
</style>