Shades of Medium Orchid #C073D0
Tints of Medium Orchid #C073D0
RGB
CMYK
RGB Variations
Color information
#C073D0 (or 0xC073D0) is known color: Medium Orchid. HEX triplet: C0, 73 and D0. RGB value is (192,115,208). Sum of RGB (Red+Green+Blue) = 192+115+208=515 (68% of max value = 765). Red value is 192 (75.39% from 255 or 37.28% from 515); Green value is 115 (45.31% from 255 or 22.33% from 515); Blue value is 208 (81.64% from 255 or 40.39% from 515); Max value from RGB is 208 - color contains mainly: blue. Hex color #C073D0 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C073D0 is #3F8C2F. Grayscale: #949494. Windows color (decimal): -4164656 or 13661120. OLE color: 13661120.
HSL color Cylindrical-coordinate representation of color #C073D0: hue angle of 289.68º degrees, saturation: 0.5, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #C073D0 is Cyan = 0.08, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 192 | 115 | 208 | - |
| CMYK | 0.08 | 0.45 | 0 | 0.18 |
| HSL | 289.68º | 0.5% | 0.63% | - |
| HSV(B) | 289.68º | 0.45% | 0.82% | - |
| XYZ | 39.25 | 28.02 | 63.01 | - |
| YUV | 148.63 | 161.51 | 158.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 115 | 208 | 0.08 | 0.45 | 0 | 0.18 | 289.68 | 0.5 | 0.63 |
| Hex | C0 | 73 | D0 | 8 | 2D | 0 | 12 | 122 | 32 | 3F |
| Octal | 300 | 163 | 320 | 10 | 55 | 0 | 22 | 442 | 62 | 77 |
| Binary | 11000000 | 1110011 | 11010000 | 1000 | 101101 | 0 | 10010 | 100100010 | 110010 | 111111 |
Color Harmonies of #C073D0
Complementary color
Monochromatic Colors of #C073D0
Black with #C073D0
Text Example
Text Example
White with #C073D0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C073D0; }
p { color: rgb(192,115,208); }
H1.HeaderClassName
{
color: #C073D0;
}
.AnyTagClassName
{
color: #C073D0;
}
</style>
background-color css
<style>
a { background-color: #C073D0; }
a { background-color: rgb(192,115,208); }
div.DivClassName
{
background-color: #C073D0;
}
.BgClassName
{
background-color: #C073D0;
}
</style>
border-color css
<style>
span { border-color: #C073D0; }
span { border-color: rgb(192,115,208); }
td.TdClassName
{
border-color: #C073D0;
}
.TagClassName
{
border-color: #C073D0;
}
</style>