Shades of Medium Orchid #C160DF
Tints of Medium Orchid #C160DF
RGB
CMYK
RGB Variations
Color information
#C160DF (or 0xC160DF) is known color: Medium Orchid. HEX triplet: C1, 60 and DF. RGB value is (193,96,223). Sum of RGB (Red+Green+Blue) = 193+96+223=512 (67% of max value = 765). Red value is 193 (75.78% from 255 or 37.70% from 512); Green value is 96 (37.89% from 255 or 18.75% from 512); Blue value is 223 (87.5% from 255 or 43.55% from 512); Max value from RGB is 223 - color contains mainly: blue. Hex color #C160DF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C160DF is #3E9F20. Grayscale: #8B8B8B. Windows color (decimal): -4103969 or 14639297. OLE color: 14639297.
HSL color Cylindrical-coordinate representation of color #C160DF: hue angle of 285.83º degrees, saturation: 0.66, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #C160DF is Cyan = 0.13, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 193 | 96 | 223 | - |
| CMYK | 0.13 | 0.57 | 0 | 0.13 |
| HSL | 285.83º | 0.66% | 0.63% | - |
| HSV(B) | 285.83º | 0.57% | 0.87% | - |
| XYZ | 39.49 | 25.03 | 72.56 | - |
| YUV | 139.48 | 175.14 | 166.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 96 | 223 | 0.13 | 0.57 | 0 | 0.13 | 285.83 | 0.66 | 0.63 |
| Hex | C1 | 60 | DF | D | 39 | 0 | D | 11E | 42 | 3F |
| Octal | 301 | 140 | 337 | 15 | 71 | 0 | 15 | 436 | 102 | 77 |
| Binary | 11000001 | 1100000 | 11011111 | 1101 | 111001 | 0 | 1101 | 100011110 | 1000010 | 111111 |
Color Harmonies of #C160DF
Complementary color
Monochromatic Colors of #C160DF
Black with #C160DF
Text Example
Text Example
White with #C160DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C160DF; }
p { color: rgb(193,96,223); }
H1.HeaderClassName
{
color: #C160DF;
}
.AnyTagClassName
{
color: #C160DF;
}
</style>
background-color css
<style>
a { background-color: #C160DF; }
a { background-color: rgb(193,96,223); }
div.DivClassName
{
background-color: #C160DF;
}
.BgClassName
{
background-color: #C160DF;
}
</style>
border-color css
<style>
span { border-color: #C160DF; }
span { border-color: rgb(193,96,223); }
td.TdClassName
{
border-color: #C160DF;
}
.TagClassName
{
border-color: #C160DF;
}
</style>