Shades of Medium Orchid #C73ADF
Tints of Medium Orchid #C73ADF
RGB
CMYK
RGB Variations
Color information
#C73ADF (or 0xC73ADF) is known color: Medium Orchid. HEX triplet: C7, 3A and DF. RGB value is (199,58,223). Sum of RGB (Red+Green+Blue) = 199+58+223=480 (63% of max value = 765). Red value is 199 (78.12% from 255 or 41.46% from 480); Green value is 58 (23.05% from 255 or 12.08% from 480); Blue value is 223 (87.5% from 255 or 46.46% from 480); Max value from RGB is 223 - color contains mainly: blue. Hex color #C73ADF is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C73ADF is #38C520. Grayscale: #767676. Windows color (decimal): -3720481 or 14629575. OLE color: 14629575.
HSL color Cylindrical-coordinate representation of color #C73ADF: hue angle of 291.27º degrees, saturation: 0.72, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #C73ADF is Cyan = 0.11, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 199 | 58 | 223 | - |
| CMYK | 0.11 | 0.74 | 0 | 0.13 |
| HSL | 291.27º | 0.72% | 0.55% | - |
| HSV(B) | 291.27º | 0.74% | 0.87% | - |
| XYZ | 38.39 | 20.5 | 71.75 | - |
| YUV | 118.97 | 186.71 | 185.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 58 | 223 | 0.11 | 0.74 | 0 | 0.13 | 291.27 | 0.72 | 0.55 |
| Hex | C7 | 3A | DF | B | 4A | 0 | D | 123 | 48 | 37 |
| Octal | 307 | 72 | 337 | 13 | 112 | 0 | 15 | 443 | 110 | 67 |
| Binary | 11000111 | 111010 | 11011111 | 1011 | 1001010 | 0 | 1101 | 100100011 | 1001000 | 110111 |
Color Harmonies of #C73ADF
Complementary color
Monochromatic Colors of #C73ADF
Black with #C73ADF
Text Example
Text Example
White with #C73ADF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C73ADF; }
p { color: rgb(199,58,223); }
H1.HeaderClassName
{
color: #C73ADF;
}
.AnyTagClassName
{
color: #C73ADF;
}
</style>
background-color css
<style>
a { background-color: #C73ADF; }
a { background-color: rgb(199,58,223); }
div.DivClassName
{
background-color: #C73ADF;
}
.BgClassName
{
background-color: #C73ADF;
}
</style>
border-color css
<style>
span { border-color: #C73ADF; }
span { border-color: rgb(199,58,223); }
td.TdClassName
{
border-color: #C73ADF;
}
.TagClassName
{
border-color: #C73ADF;
}
</style>