Shades of Medium Orchid #C16ACD
Tints of Medium Orchid #C16ACD
RGB
CMYK
RGB Variations
Color information
#C16ACD (or 0xC16ACD) is known color: Medium Orchid. HEX triplet: C1, 6A and CD. RGB value is (193,106,205). Sum of RGB (Red+Green+Blue) = 193+106+205=504 (66% of max value = 765). Red value is 193 (75.78% from 255 or 38.29% from 504); Green value is 106 (41.80% from 255 or 21.03% from 504); Blue value is 205 (80.47% from 255 or 40.67% from 504); Max value from RGB is 205 - color contains mainly: blue. Hex color #C16ACD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C16ACD is #3E9532. Grayscale: #8E8E8E. Windows color (decimal): -4101427 or 13462209. OLE color: 13462209.
HSL color Cylindrical-coordinate representation of color #C16ACD: hue angle of 292.73º degrees, saturation: 0.5, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #C16ACD is Cyan = 0.06, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 193 | 106 | 205 | - |
| CMYK | 0.06 | 0.48 | 0 | 0.20 |
| HSL | 292.73º | 0.5% | 0.61% | - |
| HSV(B) | 292.73º | 0.48% | 0.8% | - |
| XYZ | 38.17 | 26.05 | 60.77 | - |
| YUV | 143.3 | 162.82 | 163.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 106 | 205 | 0.06 | 0.48 | 0 | 0.20 | 292.73 | 0.5 | 0.61 |
| Hex | C1 | 6A | CD | 6 | 30 | 0 | 14 | 125 | 32 | 3D |
| Octal | 301 | 152 | 315 | 6 | 60 | 0 | 24 | 445 | 62 | 75 |
| Binary | 11000001 | 1101010 | 11001101 | 110 | 110000 | 0 | 10100 | 100100101 | 110010 | 111101 |
Color Harmonies of #C16ACD
Complementary color
Monochromatic Colors of #C16ACD
Black with #C16ACD
Text Example
Text Example
White with #C16ACD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C16ACD; }
p { color: rgb(193,106,205); }
H1.HeaderClassName
{
color: #C16ACD;
}
.AnyTagClassName
{
color: #C16ACD;
}
</style>
background-color css
<style>
a { background-color: #C16ACD; }
a { background-color: rgb(193,106,205); }
div.DivClassName
{
background-color: #C16ACD;
}
.BgClassName
{
background-color: #C16ACD;
}
</style>
border-color css
<style>
span { border-color: #C16ACD; }
span { border-color: rgb(193,106,205); }
td.TdClassName
{
border-color: #C16ACD;
}
.TagClassName
{
border-color: #C16ACD;
}
</style>