Shades of Medium Orchid #C16DCD
Tints of Medium Orchid #C16DCD
RGB
CMYK
RGB Variations
Color information
#C16DCD (or 0xC16DCD) is known color: Medium Orchid. HEX triplet: C1, 6D and CD. RGB value is (193,109,205). Sum of RGB (Red+Green+Blue) = 193+109+205=507 (67% of max value = 765). Red value is 193 (75.78% from 255 or 38.07% from 507); Green value is 109 (42.97% from 255 or 21.50% from 507); Blue value is 205 (80.47% from 255 or 40.43% from 507); Max value from RGB is 205 - color contains mainly: blue. Hex color #C16DCD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C16DCD is #3E9232. Grayscale: #909090. Windows color (decimal): -4100659 or 13462977. OLE color: 13462977.
HSL color Cylindrical-coordinate representation of color #C16DCD: hue angle of 292.5º degrees, saturation: 0.49, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #C16DCD is Cyan = 0.06, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 193 | 109 | 205 | - |
| CMYK | 0.06 | 0.47 | 0 | 0.20 |
| HSL | 292.5º | 0.49% | 0.62% | - |
| HSV(B) | 292.5º | 0.47% | 0.8% | - |
| XYZ | 38.48 | 26.68 | 60.88 | - |
| YUV | 145.06 | 161.83 | 162.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 109 | 205 | 0.06 | 0.47 | 0 | 0.20 | 292.5 | 0.49 | 0.62 |
| Hex | C1 | 6D | CD | 6 | 2F | 0 | 14 | 124 | 31 | 3E |
| Octal | 301 | 155 | 315 | 6 | 57 | 0 | 24 | 444 | 61 | 76 |
| Binary | 11000001 | 1101101 | 11001101 | 110 | 101111 | 0 | 10100 | 100100100 | 110001 | 111110 |
Color Harmonies of #C16DCD
Complementary color
Monochromatic Colors of #C16DCD
Black with #C16DCD
Text Example
Text Example
White with #C16DCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C16DCD; }
p { color: rgb(193,109,205); }
H1.HeaderClassName
{
color: #C16DCD;
}
.AnyTagClassName
{
color: #C16DCD;
}
</style>
background-color css
<style>
a { background-color: #C16DCD; }
a { background-color: rgb(193,109,205); }
div.DivClassName
{
background-color: #C16DCD;
}
.BgClassName
{
background-color: #C16DCD;
}
</style>
border-color css
<style>
span { border-color: #C16DCD; }
span { border-color: rgb(193,109,205); }
td.TdClassName
{
border-color: #C16DCD;
}
.TagClassName
{
border-color: #C16DCD;
}
</style>