Shades of Medium Orchid #C16AD2
Tints of Medium Orchid #C16AD2
RGB
CMYK
RGB Variations
Color information
#C16AD2 (or 0xC16AD2) is known color: Medium Orchid. HEX triplet: C1, 6A and D2. RGB value is (193,106,210). Sum of RGB (Red+Green+Blue) = 193+106+210=509 (67% of max value = 765). Red value is 193 (75.78% from 255 or 37.92% from 509); Green value is 106 (41.80% from 255 or 20.83% from 509); Blue value is 210 (82.42% from 255 or 41.26% from 509); Max value from RGB is 210 - color contains mainly: blue. Hex color #C16AD2 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C16AD2 is #3E952D. Grayscale: #8F8F8F. Windows color (decimal): -4101422 or 13789889. OLE color: 13789889.
HSL color Cylindrical-coordinate representation of color #C16AD2: hue angle of 290.19º degrees, saturation: 0.54, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #C16AD2 is Cyan = 0.08, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 193 | 106 | 210 | - |
| CMYK | 0.08 | 0.50 | 0 | 0.18 |
| HSL | 290.19º | 0.54% | 0.62% | - |
| HSV(B) | 290.19º | 0.5% | 0.82% | - |
| XYZ | 38.78 | 26.3 | 64.01 | - |
| YUV | 143.87 | 165.32 | 163.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 106 | 210 | 0.08 | 0.50 | 0 | 0.18 | 290.19 | 0.54 | 0.62 |
| Hex | C1 | 6A | D2 | 8 | 32 | 0 | 12 | 122 | 36 | 3E |
| Octal | 301 | 152 | 322 | 10 | 62 | 0 | 22 | 442 | 66 | 76 |
| Binary | 11000001 | 1101010 | 11010010 | 1000 | 110010 | 0 | 10010 | 100100010 | 110110 | 111110 |
Color Harmonies of #C16AD2
Complementary color
Monochromatic Colors of #C16AD2
Black with #C16AD2
Text Example
Text Example
White with #C16AD2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C16AD2; }
p { color: rgb(193,106,210); }
H1.HeaderClassName
{
color: #C16AD2;
}
.AnyTagClassName
{
color: #C16AD2;
}
</style>
background-color css
<style>
a { background-color: #C16AD2; }
a { background-color: rgb(193,106,210); }
div.DivClassName
{
background-color: #C16AD2;
}
.BgClassName
{
background-color: #C16AD2;
}
</style>
border-color css
<style>
span { border-color: #C16AD2; }
span { border-color: rgb(193,106,210); }
td.TdClassName
{
border-color: #C16AD2;
}
.TagClassName
{
border-color: #C16AD2;
}
</style>