Shades of Medium Orchid #C16BDA
Tints of Medium Orchid #C16BDA
RGB
CMYK
RGB Variations
Color information
#C16BDA (or 0xC16BDA) is known color: Medium Orchid. HEX triplet: C1, 6B and DA. RGB value is (193,107,218). Sum of RGB (Red+Green+Blue) = 193+107+218=518 (68% of max value = 765). Red value is 193 (75.78% from 255 or 37.26% from 518); Green value is 107 (42.19% from 255 or 20.66% from 518); Blue value is 218 (85.55% from 255 or 42.08% from 518); Max value from RGB is 218 - color contains mainly: blue. Hex color #C16BDA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C16BDA is #3E9425. Grayscale: #919191. Windows color (decimal): -4101158 or 14314433. OLE color: 14314433.
HSL color Cylindrical-coordinate representation of color #C16BDA: hue angle of 286.49º degrees, saturation: 0.6, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #C16BDA is Cyan = 0.11, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 193 | 107 | 218 | - |
| CMYK | 0.11 | 0.51 | 0 | 0.15 |
| HSL | 286.49º | 0.6% | 0.64% | - |
| HSV(B) | 286.49º | 0.51% | 0.85% | - |
| XYZ | 39.9 | 26.91 | 69.42 | - |
| YUV | 145.37 | 168.99 | 161.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 107 | 218 | 0.11 | 0.51 | 0 | 0.15 | 286.49 | 0.6 | 0.64 |
| Hex | C1 | 6B | DA | B | 33 | 0 | F | 11E | 3C | 40 |
| Octal | 301 | 153 | 332 | 13 | 63 | 0 | 17 | 436 | 74 | 100 |
| Binary | 11000001 | 1101011 | 11011010 | 1011 | 110011 | 0 | 1111 | 100011110 | 111100 | 1000000 |
Color Harmonies of #C16BDA
Complementary color
Monochromatic Colors of #C16BDA
Black with #C16BDA
Text Example
Text Example
White with #C16BDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C16BDA; }
p { color: rgb(193,107,218); }
H1.HeaderClassName
{
color: #C16BDA;
}
.AnyTagClassName
{
color: #C16BDA;
}
</style>
background-color css
<style>
a { background-color: #C16BDA; }
a { background-color: rgb(193,107,218); }
div.DivClassName
{
background-color: #C16BDA;
}
.BgClassName
{
background-color: #C16BDA;
}
</style>
border-color css
<style>
span { border-color: #C16BDA; }
span { border-color: rgb(193,107,218); }
td.TdClassName
{
border-color: #C16BDA;
}
.TagClassName
{
border-color: #C16BDA;
}
</style>