Shades of Medium Orchid #C73CE9
Tints of Medium Orchid #C73CE9
RGB
CMYK
RGB Variations
Color information
#C73CE9 (or 0xC73CE9) is known color: Medium Orchid. HEX triplet: C7, 3C and E9. RGB value is (199,60,233). Sum of RGB (Red+Green+Blue) = 199+60+233=492 (65% of max value = 765). Red value is 199 (78.12% from 255 or 40.45% from 492); Green value is 60 (23.83% from 255 or 12.20% from 492); Blue value is 233 (91.41% from 255 or 47.36% from 492); Max value from RGB is 233 - color contains mainly: blue. Hex color #C73CE9 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C73CE9 is #38C316. Grayscale: #787878. Windows color (decimal): -3719959 or 15285447. OLE color: 15285447.
HSL color Cylindrical-coordinate representation of color #C73CE9: hue angle of 288.21º degrees, saturation: 0.8, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #C73CE9 is Cyan = 0.15, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 199 | 60 | 233 | - |
| CMYK | 0.15 | 0.74 | 0 | 0.09 |
| HSL | 288.21º | 0.8% | 0.57% | - |
| HSV(B) | 288.21º | 0.74% | 0.91% | - |
| XYZ | 39.88 | 21.26 | 79.09 | - |
| YUV | 121.28 | 191.05 | 183.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 60 | 233 | 0.15 | 0.74 | 0 | 0.09 | 288.21 | 0.8 | 0.57 |
| Hex | C7 | 3C | E9 | F | 4A | 0 | 9 | 120 | 50 | 39 |
| Octal | 307 | 74 | 351 | 17 | 112 | 0 | 11 | 440 | 120 | 71 |
| Binary | 11000111 | 111100 | 11101001 | 1111 | 1001010 | 0 | 1001 | 100100000 | 1010000 | 111001 |
Color Harmonies of #C73CE9
Complementary color
Monochromatic Colors of #C73CE9
Black with #C73CE9
Text Example
Text Example
White with #C73CE9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C73CE9; }
p { color: rgb(199,60,233); }
H1.HeaderClassName
{
color: #C73CE9;
}
.AnyTagClassName
{
color: #C73CE9;
}
</style>
background-color css
<style>
a { background-color: #C73CE9; }
a { background-color: rgb(199,60,233); }
div.DivClassName
{
background-color: #C73CE9;
}
.BgClassName
{
background-color: #C73CE9;
}
</style>
border-color css
<style>
span { border-color: #C73CE9; }
span { border-color: rgb(199,60,233); }
td.TdClassName
{
border-color: #C73CE9;
}
.TagClassName
{
border-color: #C73CE9;
}
</style>