Shades of Medium Orchid #C170D8
Tints of Medium Orchid #C170D8
RGB
CMYK
RGB Variations
Color information
#C170D8 (or 0xC170D8) is known color: Medium Orchid. HEX triplet: C1, 70 and D8. RGB value is (193,112,216). Sum of RGB (Red+Green+Blue) = 193+112+216=521 (69% of max value = 765). Red value is 193 (75.78% from 255 or 37.04% from 521); Green value is 112 (44.14% from 255 or 21.50% from 521); Blue value is 216 (84.77% from 255 or 41.46% from 521); Max value from RGB is 216 - color contains mainly: blue. Hex color #C170D8 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C170D8 is #3E8F27. Grayscale: #939393. Windows color (decimal): -4099880 or 14184641. OLE color: 14184641.
HSL color Cylindrical-coordinate representation of color #C170D8: hue angle of 286.73º degrees, saturation: 0.57, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #C170D8 is Cyan = 0.11, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 193 | 112 | 216 | - |
| CMYK | 0.11 | 0.48 | 0 | 0.15 |
| HSL | 286.73º | 0.57% | 0.64% | - |
| HSV(B) | 286.73º | 0.48% | 0.85% | - |
| XYZ | 40.18 | 27.88 | 68.23 | - |
| YUV | 148.08 | 166.34 | 160.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 112 | 216 | 0.11 | 0.48 | 0 | 0.15 | 286.73 | 0.57 | 0.64 |
| Hex | C1 | 70 | D8 | B | 30 | 0 | F | 11F | 39 | 40 |
| Octal | 301 | 160 | 330 | 13 | 60 | 0 | 17 | 437 | 71 | 100 |
| Binary | 11000001 | 1110000 | 11011000 | 1011 | 110000 | 0 | 1111 | 100011111 | 111001 | 1000000 |
Color Harmonies of #C170D8
Complementary color
Monochromatic Colors of #C170D8
Black with #C170D8
Text Example
Text Example
White with #C170D8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C170D8; }
p { color: rgb(193,112,216); }
H1.HeaderClassName
{
color: #C170D8;
}
.AnyTagClassName
{
color: #C170D8;
}
</style>
background-color css
<style>
a { background-color: #C170D8; }
a { background-color: rgb(193,112,216); }
div.DivClassName
{
background-color: #C170D8;
}
.BgClassName
{
background-color: #C170D8;
}
</style>
border-color css
<style>
span { border-color: #C170D8; }
span { border-color: rgb(193,112,216); }
td.TdClassName
{
border-color: #C170D8;
}
.TagClassName
{
border-color: #C170D8;
}
</style>