Shades of Medium Orchid #C16DD6
Tints of Medium Orchid #C16DD6
RGB
CMYK
RGB Variations
Color information
#C16DD6 (or 0xC16DD6) is known color: Medium Orchid. HEX triplet: C1, 6D and D6. RGB value is (193,109,214). Sum of RGB (Red+Green+Blue) = 193+109+214=516 (68% of max value = 765). Red value is 193 (75.78% from 255 or 37.40% from 516); Green value is 109 (42.97% from 255 or 21.12% from 516); Blue value is 214 (83.98% from 255 or 41.47% from 516); Max value from RGB is 214 - color contains mainly: blue. Hex color #C16DD6 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C16DD6 is #3E9229. Grayscale: #919191. Windows color (decimal): -4100650 or 14052801. OLE color: 14052801.
HSL color Cylindrical-coordinate representation of color #C16DD6: hue angle of 288º degrees, saturation: 0.56, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #C16DD6 is Cyan = 0.10, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 193 | 109 | 214 | - |
| CMYK | 0.10 | 0.49 | 0 | 0.16 |
| HSL | 288º | 0.56% | 0.63% | - |
| HSV(B) | 288º | 0.49% | 0.84% | - |
| XYZ | 39.6 | 27.13 | 66.77 | - |
| YUV | 146.09 | 166.33 | 161.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 109 | 214 | 0.10 | 0.49 | 0 | 0.16 | 288 | 0.56 | 0.63 |
| Hex | C1 | 6D | D6 | A | 31 | 0 | 10 | 120 | 38 | 3F |
| Octal | 301 | 155 | 326 | 12 | 61 | 0 | 20 | 440 | 70 | 77 |
| Binary | 11000001 | 1101101 | 11010110 | 1010 | 110001 | 0 | 10000 | 100100000 | 111000 | 111111 |
Color Harmonies of #C16DD6
Complementary color
Monochromatic Colors of #C16DD6
Black with #C16DD6
Text Example
Text Example
White with #C16DD6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C16DD6; }
p { color: rgb(193,109,214); }
H1.HeaderClassName
{
color: #C16DD6;
}
.AnyTagClassName
{
color: #C16DD6;
}
</style>
background-color css
<style>
a { background-color: #C16DD6; }
a { background-color: rgb(193,109,214); }
div.DivClassName
{
background-color: #C16DD6;
}
.BgClassName
{
background-color: #C16DD6;
}
</style>
border-color css
<style>
span { border-color: #C16DD6; }
span { border-color: rgb(193,109,214); }
td.TdClassName
{
border-color: #C16DD6;
}
.TagClassName
{
border-color: #C16DD6;
}
</style>