Shades of Medium Orchid #C170D0
Tints of Medium Orchid #C170D0
RGB
CMYK
RGB Variations
Color information
#C170D0 (or 0xC170D0) is known color: Medium Orchid. HEX triplet: C1, 70 and D0. RGB value is (193,112,208). Sum of RGB (Red+Green+Blue) = 193+112+208=513 (67% of max value = 765). Red value is 193 (75.78% from 255 or 37.62% from 513); Green value is 112 (44.14% from 255 or 21.83% from 513); Blue value is 208 (81.64% from 255 or 40.55% from 513); Max value from RGB is 208 - color contains mainly: blue. Hex color #C170D0 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C170D0 is #3E8F2F. Grayscale: #929292. Windows color (decimal): -4099888 or 13660353. OLE color: 13660353.
HSL color Cylindrical-coordinate representation of color #C170D0: hue angle of 290.62º degrees, saturation: 0.51, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #C170D0 is Cyan = 0.07, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 193 | 112 | 208 | - |
| CMYK | 0.07 | 0.46 | 0 | 0.18 |
| HSL | 290.63º | 0.51% | 0.63% | - |
| HSV(B) | 290.63º | 0.46% | 0.82% | - |
| XYZ | 39.17 | 27.48 | 62.91 | - |
| YUV | 147.16 | 162.34 | 160.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 112 | 208 | 0.07 | 0.46 | 0 | 0.18 | 290.63 | 0.51 | 0.63 |
| Hex | C1 | 70 | D0 | 7 | 2E | 0 | 12 | 123 | 33 | 3F |
| Octal | 301 | 160 | 320 | 7 | 56 | 0 | 22 | 443 | 63 | 77 |
| Binary | 11000001 | 1110000 | 11010000 | 111 | 101110 | 0 | 10010 | 100100011 | 110011 | 111111 |
Color Harmonies of #C170D0
Complementary color
Monochromatic Colors of #C170D0
Black with #C170D0
Text Example
Text Example
White with #C170D0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C170D0; }
p { color: rgb(193,112,208); }
H1.HeaderClassName
{
color: #C170D0;
}
.AnyTagClassName
{
color: #C170D0;
}
</style>
background-color css
<style>
a { background-color: #C170D0; }
a { background-color: rgb(193,112,208); }
div.DivClassName
{
background-color: #C170D0;
}
.BgClassName
{
background-color: #C170D0;
}
</style>
border-color css
<style>
span { border-color: #C170D0; }
span { border-color: rgb(193,112,208); }
td.TdClassName
{
border-color: #C170D0;
}
.TagClassName
{
border-color: #C170D0;
}
</style>