Shades of Medium Orchid #C73FDC
Tints of Medium Orchid #C73FDC
RGB
CMYK
RGB Variations
Color information
#C73FDC (or 0xC73FDC) is known color: Medium Orchid. HEX triplet: C7, 3F and DC. RGB value is (199,63,220). Sum of RGB (Red+Green+Blue) = 199+63+220=482 (63% of max value = 765). Red value is 199 (78.12% from 255 or 41.29% from 482); Green value is 63 (25% from 255 or 13.07% from 482); Blue value is 220 (86.33% from 255 or 45.64% from 482); Max value from RGB is 220 - color contains mainly: blue. Hex color #C73FDC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C73FDC is #38C023. Grayscale: #797979. Windows color (decimal): -3719204 or 14434247. OLE color: 14434247.
HSL color Cylindrical-coordinate representation of color #C73FDC: hue angle of 291.97º degrees, saturation: 0.69, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #C73FDC is Cyan = 0.10, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 199 | 63 | 220 | - |
| CMYK | 0.10 | 0.71 | 0 | 0.14 |
| HSL | 291.97º | 0.69% | 0.55% | - |
| HSV(B) | 291.97º | 0.71% | 0.86% | - |
| XYZ | 38.25 | 20.86 | 69.72 | - |
| YUV | 121.56 | 183.56 | 183.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 63 | 220 | 0.10 | 0.71 | 0 | 0.14 | 291.97 | 0.69 | 0.55 |
| Hex | C7 | 3F | DC | A | 47 | 0 | E | 124 | 45 | 37 |
| Octal | 307 | 77 | 334 | 12 | 107 | 0 | 16 | 444 | 105 | 67 |
| Binary | 11000111 | 111111 | 11011100 | 1010 | 1000111 | 0 | 1110 | 100100100 | 1000101 | 110111 |
Color Harmonies of #C73FDC
Complementary color
Monochromatic Colors of #C73FDC
Black with #C73FDC
Text Example
Text Example
White with #C73FDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C73FDC; }
p { color: rgb(199,63,220); }
H1.HeaderClassName
{
color: #C73FDC;
}
.AnyTagClassName
{
color: #C73FDC;
}
</style>
background-color css
<style>
a { background-color: #C73FDC; }
a { background-color: rgb(199,63,220); }
div.DivClassName
{
background-color: #C73FDC;
}
.BgClassName
{
background-color: #C73FDC;
}
</style>
border-color css
<style>
span { border-color: #C73FDC; }
span { border-color: rgb(199,63,220); }
td.TdClassName
{
border-color: #C73FDC;
}
.TagClassName
{
border-color: #C73FDC;
}
</style>