Shades of Medium Orchid #C16DD4
Tints of Medium Orchid #C16DD4
RGB
CMYK
RGB Variations
Color information
#C16DD4 (or 0xC16DD4) is known color: Medium Orchid. HEX triplet: C1, 6D and D4. RGB value is (193,109,212). Sum of RGB (Red+Green+Blue) = 193+109+212=514 (68% of max value = 765). Red value is 193 (75.78% from 255 or 37.55% from 514); Green value is 109 (42.97% from 255 or 21.21% from 514); Blue value is 212 (83.20% from 255 or 41.25% from 514); Max value from RGB is 212 - color contains mainly: blue. Hex color #C16DD4 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C16DD4 is #3E922B. Grayscale: #919191. Windows color (decimal): -4100652 or 13921729. OLE color: 13921729.
HSL color Cylindrical-coordinate representation of color #C16DD4: hue angle of 288.93º degrees, saturation: 0.54, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #C16DD4 is Cyan = 0.09, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 193 | 109 | 212 | - |
| CMYK | 0.09 | 0.49 | 0 | 0.17 |
| HSL | 288.93º | 0.54% | 0.63% | - |
| HSV(B) | 288.93º | 0.49% | 0.83% | - |
| XYZ | 39.34 | 27.03 | 65.43 | - |
| YUV | 145.86 | 165.33 | 161.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 109 | 212 | 0.09 | 0.49 | 0 | 0.17 | 288.93 | 0.54 | 0.63 |
| Hex | C1 | 6D | D4 | 9 | 31 | 0 | 11 | 121 | 36 | 3F |
| Octal | 301 | 155 | 324 | 11 | 61 | 0 | 21 | 441 | 66 | 77 |
| Binary | 11000001 | 1101101 | 11010100 | 1001 | 110001 | 0 | 10001 | 100100001 | 110110 | 111111 |
Color Harmonies of #C16DD4
Complementary color
Monochromatic Colors of #C16DD4
Black with #C16DD4
Text Example
Text Example
White with #C16DD4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C16DD4; }
p { color: rgb(193,109,212); }
H1.HeaderClassName
{
color: #C16DD4;
}
.AnyTagClassName
{
color: #C16DD4;
}
</style>
background-color css
<style>
a { background-color: #C16DD4; }
a { background-color: rgb(193,109,212); }
div.DivClassName
{
background-color: #C16DD4;
}
.BgClassName
{
background-color: #C16DD4;
}
</style>
border-color css
<style>
span { border-color: #C16DD4; }
span { border-color: rgb(193,109,212); }
td.TdClassName
{
border-color: #C16DD4;
}
.TagClassName
{
border-color: #C16DD4;
}
</style>