Shades of Medium Orchid #C170D4
Tints of Medium Orchid #C170D4
RGB
CMYK
RGB Variations
Color information
#C170D4 (or 0xC170D4) is known color: Medium Orchid. HEX triplet: C1, 70 and D4. RGB value is (193,112,212). Sum of RGB (Red+Green+Blue) = 193+112+212=517 (68% of max value = 765). Red value is 193 (75.78% from 255 or 37.33% from 517); Green value is 112 (44.14% from 255 or 21.66% from 517); Blue value is 212 (83.20% from 255 or 41.01% from 517); Max value from RGB is 212 - color contains mainly: blue. Hex color #C170D4 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C170D4 is #3E8F2B. Grayscale: #939393. Windows color (decimal): -4099884 or 13922497. OLE color: 13922497.
HSL color Cylindrical-coordinate representation of color #C170D4: hue angle of 288.6º degrees, saturation: 0.54, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #C170D4 is Cyan = 0.09, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 193 | 112 | 212 | - |
| CMYK | 0.09 | 0.47 | 0 | 0.17 |
| HSL | 288.6º | 0.54% | 0.64% | - |
| HSV(B) | 288.6º | 0.47% | 0.83% | - |
| XYZ | 39.67 | 27.68 | 65.54 | - |
| YUV | 147.62 | 164.34 | 160.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 112 | 212 | 0.09 | 0.47 | 0 | 0.17 | 288.6 | 0.54 | 0.64 |
| Hex | C1 | 70 | D4 | 9 | 2F | 0 | 11 | 121 | 36 | 40 |
| Octal | 301 | 160 | 324 | 11 | 57 | 0 | 21 | 441 | 66 | 100 |
| Binary | 11000001 | 1110000 | 11010100 | 1001 | 101111 | 0 | 10001 | 100100001 | 110110 | 1000000 |
Color Harmonies of #C170D4
Complementary color
Monochromatic Colors of #C170D4
Black with #C170D4
Text Example
Text Example
White with #C170D4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C170D4; }
p { color: rgb(193,112,212); }
H1.HeaderClassName
{
color: #C170D4;
}
.AnyTagClassName
{
color: #C170D4;
}
</style>
background-color css
<style>
a { background-color: #C170D4; }
a { background-color: rgb(193,112,212); }
div.DivClassName
{
background-color: #C170D4;
}
.BgClassName
{
background-color: #C170D4;
}
</style>
border-color css
<style>
span { border-color: #C170D4; }
span { border-color: rgb(193,112,212); }
td.TdClassName
{
border-color: #C170D4;
}
.TagClassName
{
border-color: #C170D4;
}
</style>