Shades of Medium Orchid #C73FDD
Tints of Medium Orchid #C73FDD
RGB
CMYK
RGB Variations
Color information
#C73FDD (or 0xC73FDD) is known color: Medium Orchid. HEX triplet: C7, 3F and DD. RGB value is (199,63,221). Sum of RGB (Red+Green+Blue) = 199+63+221=483 (63% of max value = 765). Red value is 199 (78.12% from 255 or 41.20% from 483); Green value is 63 (25% from 255 or 13.04% from 483); Blue value is 221 (86.72% from 255 or 45.76% from 483); Max value from RGB is 221 - color contains mainly: blue. Hex color #C73FDD is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C73FDD is #38C022. Grayscale: #797979. Windows color (decimal): -3719203 or 14499783. OLE color: 14499783.
HSL color Cylindrical-coordinate representation of color #C73FDD: hue angle of 291.65º degrees, saturation: 0.7, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #C73FDD is Cyan = 0.10, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 199 | 63 | 221 | - |
| CMYK | 0.10 | 0.71 | 0 | 0.13 |
| HSL | 291.65º | 0.7% | 0.56% | - |
| HSV(B) | 291.65º | 0.71% | 0.87% | - |
| XYZ | 38.38 | 20.92 | 70.42 | - |
| YUV | 121.68 | 184.06 | 183.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 63 | 221 | 0.10 | 0.71 | 0 | 0.13 | 291.65 | 0.7 | 0.56 |
| Hex | C7 | 3F | DD | A | 47 | 0 | D | 124 | 46 | 38 |
| Octal | 307 | 77 | 335 | 12 | 107 | 0 | 15 | 444 | 106 | 70 |
| Binary | 11000111 | 111111 | 11011101 | 1010 | 1000111 | 0 | 1101 | 100100100 | 1000110 | 111000 |
Color Harmonies of #C73FDD
Complementary color
Monochromatic Colors of #C73FDD
Black with #C73FDD
Text Example
Text Example
White with #C73FDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C73FDD; }
p { color: rgb(199,63,221); }
H1.HeaderClassName
{
color: #C73FDD;
}
.AnyTagClassName
{
color: #C73FDD;
}
</style>
background-color css
<style>
a { background-color: #C73FDD; }
a { background-color: rgb(199,63,221); }
div.DivClassName
{
background-color: #C73FDD;
}
.BgClassName
{
background-color: #C73FDD;
}
</style>
border-color css
<style>
span { border-color: #C73FDD; }
span { border-color: rgb(199,63,221); }
td.TdClassName
{
border-color: #C73FDD;
}
.TagClassName
{
border-color: #C73FDD;
}
</style>