Shades of Medium Orchid #C160D0
Tints of Medium Orchid #C160D0
RGB
CMYK
RGB Variations
Color information
#C160D0 (or 0xC160D0) is known color: Medium Orchid. HEX triplet: C1, 60 and D0. RGB value is (193,96,208). Sum of RGB (Red+Green+Blue) = 193+96+208=497 (65% of max value = 765). Red value is 193 (75.78% from 255 or 38.83% from 497); Green value is 96 (37.89% from 255 or 19.32% from 497); Blue value is 208 (81.64% from 255 or 41.85% from 497); Max value from RGB is 208 - color contains mainly: blue. Hex color #C160D0 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C160D0 is #3E9F2F. Grayscale: #898989. Windows color (decimal): -4103984 or 13656257. OLE color: 13656257.
HSL color Cylindrical-coordinate representation of color #C160D0: hue angle of 291.96º degrees, saturation: 0.54, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #C160D0 is Cyan = 0.07, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 193 | 96 | 208 | - |
| CMYK | 0.07 | 0.54 | 0 | 0.18 |
| HSL | 291.96º | 0.54% | 0.6% | - |
| HSV(B) | 291.96º | 0.54% | 0.82% | - |
| XYZ | 37.56 | 24.26 | 62.38 | - |
| YUV | 137.77 | 167.64 | 167.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 96 | 208 | 0.07 | 0.54 | 0 | 0.18 | 291.96 | 0.54 | 0.6 |
| Hex | C1 | 60 | D0 | 7 | 36 | 0 | 12 | 124 | 36 | 3C |
| Octal | 301 | 140 | 320 | 7 | 66 | 0 | 22 | 444 | 66 | 74 |
| Binary | 11000001 | 1100000 | 11010000 | 111 | 110110 | 0 | 10010 | 100100100 | 110110 | 111100 |
Color Harmonies of #C160D0
Complementary color
Monochromatic Colors of #C160D0
Black with #C160D0
Text Example
Text Example
White with #C160D0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C160D0; }
p { color: rgb(193,96,208); }
H1.HeaderClassName
{
color: #C160D0;
}
.AnyTagClassName
{
color: #C160D0;
}
</style>
background-color css
<style>
a { background-color: #C160D0; }
a { background-color: rgb(193,96,208); }
div.DivClassName
{
background-color: #C160D0;
}
.BgClassName
{
background-color: #C160D0;
}
</style>
border-color css
<style>
span { border-color: #C160D0; }
span { border-color: rgb(193,96,208); }
td.TdClassName
{
border-color: #C160D0;
}
.TagClassName
{
border-color: #C160D0;
}
</style>