Shades of Medium Orchid #C073D6
Tints of Medium Orchid #C073D6
RGB
CMYK
RGB Variations
Color information
#C073D6 (or 0xC073D6) is known color: Medium Orchid. HEX triplet: C0, 73 and D6. RGB value is (192,115,214). Sum of RGB (Red+Green+Blue) = 192+115+214=521 (69% of max value = 765). Red value is 192 (75.39% from 255 or 36.85% from 521); Green value is 115 (45.31% from 255 or 22.07% from 521); Blue value is 214 (83.98% from 255 or 41.07% from 521); Max value from RGB is 214 - color contains mainly: blue. Hex color #C073D6 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C073D6 is #3F8C29. Grayscale: #949494. Windows color (decimal): -4164650 or 14054336. OLE color: 14054336.
HSL color Cylindrical-coordinate representation of color #C073D6: hue angle of 286.67º degrees, saturation: 0.55, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #C073D6 is Cyan = 0.10, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 192 | 115 | 214 | - |
| CMYK | 0.10 | 0.46 | 0 | 0.16 |
| HSL | 286.67º | 0.55% | 0.65% | - |
| HSV(B) | 286.67º | 0.46% | 0.84% | - |
| XYZ | 40.01 | 28.32 | 66.98 | - |
| YUV | 149.31 | 164.51 | 158.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 115 | 214 | 0.10 | 0.46 | 0 | 0.16 | 286.67 | 0.55 | 0.65 |
| Hex | C0 | 73 | D6 | A | 2E | 0 | 10 | 11F | 37 | 41 |
| Octal | 300 | 163 | 326 | 12 | 56 | 0 | 20 | 437 | 67 | 101 |
| Binary | 11000000 | 1110011 | 11010110 | 1010 | 101110 | 0 | 10000 | 100011111 | 110111 | 1000001 |
Color Harmonies of #C073D6
Complementary color
Monochromatic Colors of #C073D6
Black with #C073D6
Text Example
Text Example
White with #C073D6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C073D6; }
p { color: rgb(192,115,214); }
H1.HeaderClassName
{
color: #C073D6;
}
.AnyTagClassName
{
color: #C073D6;
}
</style>
background-color css
<style>
a { background-color: #C073D6; }
a { background-color: rgb(192,115,214); }
div.DivClassName
{
background-color: #C073D6;
}
.BgClassName
{
background-color: #C073D6;
}
</style>
border-color css
<style>
span { border-color: #C073D6; }
span { border-color: rgb(192,115,214); }
td.TdClassName
{
border-color: #C073D6;
}
.TagClassName
{
border-color: #C073D6;
}
</style>