Shades of Medium Orchid #C172D0
Tints of Medium Orchid #C172D0
RGB
CMYK
RGB Variations
Color information
#C172D0 (or 0xC172D0) is known color: Medium Orchid. HEX triplet: C1, 72 and D0. RGB value is (193,114,208). Sum of RGB (Red+Green+Blue) = 193+114+208=515 (68% of max value = 765). Red value is 193 (75.78% from 255 or 37.48% from 515); Green value is 114 (44.92% from 255 or 22.14% 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 #C172D0 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C172D0 is #3E8D2F. Grayscale: #949494. Windows color (decimal): -4099376 or 13660865. OLE color: 13660865.
HSL color Cylindrical-coordinate representation of color #C172D0: hue angle of 290.43º 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 #C172D0 is Cyan = 0.07, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 193 | 114 | 208 | - |
| CMYK | 0.07 | 0.45 | 0 | 0.18 |
| HSL | 290.43º | 0.5% | 0.63% | - |
| HSV(B) | 290.43º | 0.45% | 0.82% | - |
| XYZ | 39.39 | 27.93 | 62.99 | - |
| YUV | 148.34 | 161.67 | 159.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 114 | 208 | 0.07 | 0.45 | 0 | 0.18 | 290.43 | 0.5 | 0.63 |
| Hex | C1 | 72 | D0 | 7 | 2D | 0 | 12 | 122 | 32 | 3F |
| Octal | 301 | 162 | 320 | 7 | 55 | 0 | 22 | 442 | 62 | 77 |
| Binary | 11000001 | 1110010 | 11010000 | 111 | 101101 | 0 | 10010 | 100100010 | 110010 | 111111 |
Color Harmonies of #C172D0
Complementary color
Monochromatic Colors of #C172D0
Black with #C172D0
Text Example
Text Example
White with #C172D0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C172D0; }
p { color: rgb(193,114,208); }
H1.HeaderClassName
{
color: #C172D0;
}
.AnyTagClassName
{
color: #C172D0;
}
</style>
background-color css
<style>
a { background-color: #C172D0; }
a { background-color: rgb(193,114,208); }
div.DivClassName
{
background-color: #C172D0;
}
.BgClassName
{
background-color: #C172D0;
}
</style>
border-color css
<style>
span { border-color: #C172D0; }
span { border-color: rgb(193,114,208); }
td.TdClassName
{
border-color: #C172D0;
}
.TagClassName
{
border-color: #C172D0;
}
</style>