Shades of Medium Orchid #C73CDD
Tints of Medium Orchid #C73CDD
RGB
CMYK
RGB Variations
Color information
#C73CDD (or 0xC73CDD) is known color: Medium Orchid. HEX triplet: C7, 3C and DD. RGB value is (199,60,221). Sum of RGB (Red+Green+Blue) = 199+60+221=480 (63% of max value = 765). Red value is 199 (78.12% from 255 or 41.46% from 480); Green value is 60 (23.83% from 255 or 12.5% from 480); Blue value is 221 (86.72% from 255 or 46.04% from 480); Max value from RGB is 221 - color contains mainly: blue. Hex color #C73CDD is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C73CDD is #38C322. Grayscale: #777777. Windows color (decimal): -3719971 or 14499015. OLE color: 14499015.
HSL color Cylindrical-coordinate representation of color #C73CDD: hue angle of 291.8º degrees, saturation: 0.7, 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 #C73CDD is Cyan = 0.10, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 199 | 60 | 221 | - |
| CMYK | 0.10 | 0.73 | 0 | 0.13 |
| HSL | 291.8º | 0.7% | 0.55% | - |
| HSV(B) | 291.8º | 0.73% | 0.87% | - |
| XYZ | 38.22 | 20.59 | 70.37 | - |
| YUV | 119.92 | 185.05 | 184.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 60 | 221 | 0.10 | 0.73 | 0 | 0.13 | 291.8 | 0.7 | 0.55 |
| Hex | C7 | 3C | DD | A | 49 | 0 | D | 124 | 46 | 37 |
| Octal | 307 | 74 | 335 | 12 | 111 | 0 | 15 | 444 | 106 | 67 |
| Binary | 11000111 | 111100 | 11011101 | 1010 | 1001001 | 0 | 1101 | 100100100 | 1000110 | 110111 |
Color Harmonies of #C73CDD
Complementary color
Monochromatic Colors of #C73CDD
Black with #C73CDD
Text Example
Text Example
White with #C73CDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C73CDD; }
p { color: rgb(199,60,221); }
H1.HeaderClassName
{
color: #C73CDD;
}
.AnyTagClassName
{
color: #C73CDD;
}
</style>
background-color css
<style>
a { background-color: #C73CDD; }
a { background-color: rgb(199,60,221); }
div.DivClassName
{
background-color: #C73CDD;
}
.BgClassName
{
background-color: #C73CDD;
}
</style>
border-color css
<style>
span { border-color: #C73CDD; }
span { border-color: rgb(199,60,221); }
td.TdClassName
{
border-color: #C73CDD;
}
.TagClassName
{
border-color: #C73CDD;
}
</style>