Shades of Medium Orchid #C16BD0
Tints of Medium Orchid #C16BD0
RGB
CMYK
RGB Variations
Color information
#C16BD0 (or 0xC16BD0) is known color: Medium Orchid. HEX triplet: C1, 6B and D0. RGB value is (193,107,208). Sum of RGB (Red+Green+Blue) = 193+107+208=508 (67% of max value = 765). Red value is 193 (75.78% from 255 or 37.99% from 508); Green value is 107 (42.19% from 255 or 21.06% from 508); Blue value is 208 (81.64% from 255 or 40.94% from 508); Max value from RGB is 208 - color contains mainly: blue. Hex color #C16BD0 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C16BD0 is #3E942F. Grayscale: #8F8F8F. Windows color (decimal): -4101168 or 13659073. OLE color: 13659073.
HSL color Cylindrical-coordinate representation of color #C16BD0: hue angle of 291.09º degrees, saturation: 0.52, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #C16BD0 is Cyan = 0.07, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 193 | 107 | 208 | - |
| CMYK | 0.07 | 0.49 | 0 | 0.18 |
| HSL | 291.09º | 0.52% | 0.62% | - |
| HSV(B) | 291.09º | 0.49% | 0.82% | - |
| XYZ | 38.64 | 26.41 | 62.74 | - |
| YUV | 144.23 | 163.99 | 162.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 107 | 208 | 0.07 | 0.49 | 0 | 0.18 | 291.09 | 0.52 | 0.62 |
| Hex | C1 | 6B | D0 | 7 | 31 | 0 | 12 | 123 | 34 | 3E |
| Octal | 301 | 153 | 320 | 7 | 61 | 0 | 22 | 443 | 64 | 76 |
| Binary | 11000001 | 1101011 | 11010000 | 111 | 110001 | 0 | 10010 | 100100011 | 110100 | 111110 |
Color Harmonies of #C16BD0
Complementary color
Monochromatic Colors of #C16BD0
Black with #C16BD0
Text Example
Text Example
White with #C16BD0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C16BD0; }
p { color: rgb(193,107,208); }
H1.HeaderClassName
{
color: #C16BD0;
}
.AnyTagClassName
{
color: #C16BD0;
}
</style>
background-color css
<style>
a { background-color: #C16BD0; }
a { background-color: rgb(193,107,208); }
div.DivClassName
{
background-color: #C16BD0;
}
.BgClassName
{
background-color: #C16BD0;
}
</style>
border-color css
<style>
span { border-color: #C16BD0; }
span { border-color: rgb(193,107,208); }
td.TdClassName
{
border-color: #C16BD0;
}
.TagClassName
{
border-color: #C16BD0;
}
</style>