Shades of Medium Orchid #C73BE1
Tints of Medium Orchid #C73BE1
RGB
CMYK
RGB Variations
Color information
#C73BE1 (or 0xC73BE1) is known color: Medium Orchid. HEX triplet: C7, 3B and E1. RGB value is (199,59,225). Sum of RGB (Red+Green+Blue) = 199+59+225=483 (63% of max value = 765). Red value is 199 (78.12% from 255 or 41.20% from 483); Green value is 59 (23.44% from 255 or 12.22% from 483); Blue value is 225 (88.28% from 255 or 46.58% from 483); Max value from RGB is 225 - color contains mainly: blue. Hex color #C73BE1 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C73BE1 is #38C41E. Grayscale: #777777. Windows color (decimal): -3720223 or 14760903. OLE color: 14760903.
HSL color Cylindrical-coordinate representation of color #C73BE1: hue angle of 290.6º degrees, saturation: 0.73, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #C73BE1 is Cyan = 0.12, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 199 | 59 | 225 | - |
| CMYK | 0.12 | 0.74 | 0 | 0.12 |
| HSL | 290.6º | 0.73% | 0.56% | - |
| HSV(B) | 290.6º | 0.74% | 0.88% | - |
| XYZ | 38.71 | 20.71 | 73.19 | - |
| YUV | 119.78 | 187.38 | 184.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 59 | 225 | 0.12 | 0.74 | 0 | 0.12 | 290.6 | 0.73 | 0.56 |
| Hex | C7 | 3B | E1 | C | 4A | 0 | C | 123 | 49 | 38 |
| Octal | 307 | 73 | 341 | 14 | 112 | 0 | 14 | 443 | 111 | 70 |
| Binary | 11000111 | 111011 | 11100001 | 1100 | 1001010 | 0 | 1100 | 100100011 | 1001001 | 111000 |
Color Harmonies of #C73BE1
Complementary color
Monochromatic Colors of #C73BE1
Black with #C73BE1
Text Example
Text Example
White with #C73BE1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C73BE1; }
p { color: rgb(199,59,225); }
H1.HeaderClassName
{
color: #C73BE1;
}
.AnyTagClassName
{
color: #C73BE1;
}
</style>
background-color css
<style>
a { background-color: #C73BE1; }
a { background-color: rgb(199,59,225); }
div.DivClassName
{
background-color: #C73BE1;
}
.BgClassName
{
background-color: #C73BE1;
}
</style>
border-color css
<style>
span { border-color: #C73BE1; }
span { border-color: rgb(199,59,225); }
td.TdClassName
{
border-color: #C73BE1;
}
.TagClassName
{
border-color: #C73BE1;
}
</style>