Shades of Medium Orchid #C73BE6
Tints of Medium Orchid #C73BE6
RGB
CMYK
RGB Variations
Color information
#C73BE6 (or 0xC73BE6) is known color: Medium Orchid. HEX triplet: C7, 3B and E6. RGB value is (199,59,230). Sum of RGB (Red+Green+Blue) = 199+59+230=488 (64% of max value = 765). Red value is 199 (78.12% from 255 or 40.78% from 488); Green value is 59 (23.44% from 255 or 12.09% from 488); Blue value is 230 (90.23% from 255 or 47.13% from 488); Max value from RGB is 230 - color contains mainly: blue. Hex color #C73BE6 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C73BE6 is #38C419. Grayscale: #777777. Windows color (decimal): -3720218 or 15088583. OLE color: 15088583.
HSL color Cylindrical-coordinate representation of color #C73BE6: hue angle of 289.12º degrees, saturation: 0.77, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #C73BE6 is Cyan = 0.13, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 199 | 59 | 230 | - |
| CMYK | 0.13 | 0.74 | 0 | 0.10 |
| HSL | 289.12º | 0.77% | 0.57% | - |
| HSV(B) | 289.12º | 0.74% | 0.9% | - |
| XYZ | 39.4 | 20.98 | 76.84 | - |
| YUV | 120.35 | 189.88 | 184.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 59 | 230 | 0.13 | 0.74 | 0 | 0.10 | 289.12 | 0.77 | 0.57 |
| Hex | C7 | 3B | E6 | D | 4A | 0 | A | 121 | 4D | 39 |
| Octal | 307 | 73 | 346 | 15 | 112 | 0 | 12 | 441 | 115 | 71 |
| Binary | 11000111 | 111011 | 11100110 | 1101 | 1001010 | 0 | 1010 | 100100001 | 1001101 | 111001 |
Color Harmonies of #C73BE6
Complementary color
Monochromatic Colors of #C73BE6
Black with #C73BE6
Text Example
Text Example
White with #C73BE6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C73BE6; }
p { color: rgb(199,59,230); }
H1.HeaderClassName
{
color: #C73BE6;
}
.AnyTagClassName
{
color: #C73BE6;
}
</style>
background-color css
<style>
a { background-color: #C73BE6; }
a { background-color: rgb(199,59,230); }
div.DivClassName
{
background-color: #C73BE6;
}
.BgClassName
{
background-color: #C73BE6;
}
</style>
border-color css
<style>
span { border-color: #C73BE6; }
span { border-color: rgb(199,59,230); }
td.TdClassName
{
border-color: #C73BE6;
}
.TagClassName
{
border-color: #C73BE6;
}
</style>