Shades of Medium Orchid #C73BD5
Tints of Medium Orchid #C73BD5
RGB
CMYK
RGB Variations
Color information
#C73BD5 (or 0xC73BD5) is known color: Medium Orchid. HEX triplet: C7, 3B and D5. RGB value is (199,59,213). Sum of RGB (Red+Green+Blue) = 199+59+213=471 (62% of max value = 765). Red value is 199 (78.12% from 255 or 42.25% from 471); Green value is 59 (23.44% from 255 or 12.53% from 471); Blue value is 213 (83.59% from 255 or 45.22% from 471); Max value from RGB is 213 - color contains mainly: blue. Hex color #C73BD5 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C73BD5 is #38C42A. Grayscale: #757575. Windows color (decimal): -3720235 or 13974471. OLE color: 13974471.
HSL color Cylindrical-coordinate representation of color #C73BD5: hue angle of 294.55º degrees, saturation: 0.65, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #C73BD5 is Cyan = 0.07, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 199 | 59 | 213 | - |
| CMYK | 0.07 | 0.72 | 0 | 0.16 |
| HSL | 294.55º | 0.65% | 0.53% | - |
| HSV(B) | 294.55º | 0.72% | 0.84% | - |
| XYZ | 37.13 | 20.07 | 64.87 | - |
| YUV | 118.42 | 181.38 | 185.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 59 | 213 | 0.07 | 0.72 | 0 | 0.16 | 294.55 | 0.65 | 0.53 |
| Hex | C7 | 3B | D5 | 7 | 48 | 0 | 10 | 127 | 41 | 35 |
| Octal | 307 | 73 | 325 | 7 | 110 | 0 | 20 | 447 | 101 | 65 |
| Binary | 11000111 | 111011 | 11010101 | 111 | 1001000 | 0 | 10000 | 100100111 | 1000001 | 110101 |
Color Harmonies of #C73BD5
Complementary color
Monochromatic Colors of #C73BD5
Black with #C73BD5
Text Example
Text Example
White with #C73BD5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C73BD5; }
p { color: rgb(199,59,213); }
H1.HeaderClassName
{
color: #C73BD5;
}
.AnyTagClassName
{
color: #C73BD5;
}
</style>
background-color css
<style>
a { background-color: #C73BD5; }
a { background-color: rgb(199,59,213); }
div.DivClassName
{
background-color: #C73BD5;
}
.BgClassName
{
background-color: #C73BD5;
}
</style>
border-color css
<style>
span { border-color: #C73BD5; }
span { border-color: rgb(199,59,213); }
td.TdClassName
{
border-color: #C73BD5;
}
.TagClassName
{
border-color: #C73BD5;
}
</style>