Shades of Medium Orchid #C073D1
Tints of Medium Orchid #C073D1
RGB
CMYK
RGB Variations
Color information
#C073D1 (or 0xC073D1) is known color: Medium Orchid. HEX triplet: C0, 73 and D1. RGB value is (192,115,209). Sum of RGB (Red+Green+Blue) = 192+115+209=516 (68% of max value = 765). Red value is 192 (75.39% from 255 or 37.21% from 516); Green value is 115 (45.31% from 255 or 22.29% from 516); Blue value is 209 (82.03% from 255 or 40.50% from 516); Max value from RGB is 209 - color contains mainly: blue. Hex color #C073D1 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C073D1 is #3F8C2E. Grayscale: #949494. Windows color (decimal): -4164655 or 13726656. OLE color: 13726656.
HSL color Cylindrical-coordinate representation of color #C073D1: hue angle of 289.15º degrees, saturation: 0.51, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #C073D1 is Cyan = 0.08, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 192 | 115 | 209 | - |
| CMYK | 0.08 | 0.45 | 0 | 0.18 |
| HSL | 289.15º | 0.51% | 0.64% | - |
| HSV(B) | 289.15º | 0.45% | 0.82% | - |
| XYZ | 39.38 | 28.07 | 63.66 | - |
| YUV | 148.74 | 162.01 | 158.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 115 | 209 | 0.08 | 0.45 | 0 | 0.18 | 289.15 | 0.51 | 0.64 |
| Hex | C0 | 73 | D1 | 8 | 2D | 0 | 12 | 121 | 33 | 40 |
| Octal | 300 | 163 | 321 | 10 | 55 | 0 | 22 | 441 | 63 | 100 |
| Binary | 11000000 | 1110011 | 11010001 | 1000 | 101101 | 0 | 10010 | 100100001 | 110011 | 1000000 |
Color Harmonies of #C073D1
Complementary color
Monochromatic Colors of #C073D1
Black with #C073D1
Text Example
Text Example
White with #C073D1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C073D1; }
p { color: rgb(192,115,209); }
H1.HeaderClassName
{
color: #C073D1;
}
.AnyTagClassName
{
color: #C073D1;
}
</style>
background-color css
<style>
a { background-color: #C073D1; }
a { background-color: rgb(192,115,209); }
div.DivClassName
{
background-color: #C073D1;
}
.BgClassName
{
background-color: #C073D1;
}
</style>
border-color css
<style>
span { border-color: #C073D1; }
span { border-color: rgb(192,115,209); }
td.TdClassName
{
border-color: #C073D1;
}
.TagClassName
{
border-color: #C073D1;
}
</style>