Shades of Medium Orchid #C16DDF
Tints of Medium Orchid #C16DDF
RGB
CMYK
RGB Variations
Color information
#C16DDF (or 0xC16DDF) is known color: Medium Orchid. HEX triplet: C1, 6D and DF. RGB value is (193,109,223). Sum of RGB (Red+Green+Blue) = 193+109+223=525 (69% of max value = 765). Red value is 193 (75.78% from 255 or 36.76% from 525); Green value is 109 (42.97% from 255 or 20.76% from 525); Blue value is 223 (87.5% from 255 or 42.48% from 525); Max value from RGB is 223 - color contains mainly: blue. Hex color #C16DDF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C16DDF is #3E9220. Grayscale: #929292. Windows color (decimal): -4100641 or 14642625. OLE color: 14642625.
HSL color Cylindrical-coordinate representation of color #C16DDF: hue angle of 284.21º degrees, saturation: 0.64, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #C16DDF is Cyan = 0.13, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 193 | 109 | 223 | - |
| CMYK | 0.13 | 0.51 | 0 | 0.13 |
| HSL | 284.21º | 0.64% | 0.65% | - |
| HSV(B) | 284.21º | 0.51% | 0.87% | - |
| XYZ | 40.78 | 27.6 | 72.99 | - |
| YUV | 147.11 | 170.83 | 160.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 109 | 223 | 0.13 | 0.51 | 0 | 0.13 | 284.21 | 0.64 | 0.65 |
| Hex | C1 | 6D | DF | D | 33 | 0 | D | 11C | 40 | 41 |
| Octal | 301 | 155 | 337 | 15 | 63 | 0 | 15 | 434 | 100 | 101 |
| Binary | 11000001 | 1101101 | 11011111 | 1101 | 110011 | 0 | 1101 | 100011100 | 1000000 | 1000001 |
Color Harmonies of #C16DDF
Complementary color
Monochromatic Colors of #C16DDF
Black with #C16DDF
Text Example
Text Example
White with #C16DDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C16DDF; }
p { color: rgb(193,109,223); }
H1.HeaderClassName
{
color: #C16DDF;
}
.AnyTagClassName
{
color: #C16DDF;
}
</style>
background-color css
<style>
a { background-color: #C16DDF; }
a { background-color: rgb(193,109,223); }
div.DivClassName
{
background-color: #C16DDF;
}
.BgClassName
{
background-color: #C16DDF;
}
</style>
border-color css
<style>
span { border-color: #C16DDF; }
span { border-color: rgb(193,109,223); }
td.TdClassName
{
border-color: #C16DDF;
}
.TagClassName
{
border-color: #C16DDF;
}
</style>