Shades of Medium Orchid #C73CDF
Tints of Medium Orchid #C73CDF
RGB
CMYK
RGB Variations
Color information
#C73CDF (or 0xC73CDF) is known color: Medium Orchid. HEX triplet: C7, 3C and DF. RGB value is (199,60,223). Sum of RGB (Red+Green+Blue) = 199+60+223=482 (63% of max value = 765). Red value is 199 (78.12% from 255 or 41.29% from 482); Green value is 60 (23.83% from 255 or 12.45% from 482); Blue value is 223 (87.5% from 255 or 46.27% from 482); Max value from RGB is 223 - color contains mainly: blue. Hex color #C73CDF is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C73CDF is #38C320. Grayscale: #777777. Windows color (decimal): -3719969 or 14630087. OLE color: 14630087.
HSL color Cylindrical-coordinate representation of color #C73CDF: hue angle of 291.17º degrees, saturation: 0.72, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #C73CDF is Cyan = 0.11, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 199 | 60 | 223 | - |
| CMYK | 0.11 | 0.73 | 0 | 0.13 |
| HSL | 291.17º | 0.72% | 0.55% | - |
| HSV(B) | 291.17º | 0.73% | 0.87% | - |
| XYZ | 38.49 | 20.7 | 71.78 | - |
| YUV | 120.14 | 186.05 | 184.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 60 | 223 | 0.11 | 0.73 | 0 | 0.13 | 291.17 | 0.72 | 0.55 |
| Hex | C7 | 3C | DF | B | 49 | 0 | D | 123 | 48 | 37 |
| Octal | 307 | 74 | 337 | 13 | 111 | 0 | 15 | 443 | 110 | 67 |
| Binary | 11000111 | 111100 | 11011111 | 1011 | 1001001 | 0 | 1101 | 100100011 | 1001000 | 110111 |
Color Harmonies of #C73CDF
Complementary color
Monochromatic Colors of #C73CDF
Black with #C73CDF
Text Example
Text Example
White with #C73CDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C73CDF; }
p { color: rgb(199,60,223); }
H1.HeaderClassName
{
color: #C73CDF;
}
.AnyTagClassName
{
color: #C73CDF;
}
</style>
background-color css
<style>
a { background-color: #C73CDF; }
a { background-color: rgb(199,60,223); }
div.DivClassName
{
background-color: #C73CDF;
}
.BgClassName
{
background-color: #C73CDF;
}
</style>
border-color css
<style>
span { border-color: #C73CDF; }
span { border-color: rgb(199,60,223); }
td.TdClassName
{
border-color: #C73CDF;
}
.TagClassName
{
border-color: #C73CDF;
}
</style>