Shades of Medium Orchid #C16FCD
Tints of Medium Orchid #C16FCD
RGB
CMYK
RGB Variations
Color information
#C16FCD (or 0xC16FCD) is known color: Medium Orchid. HEX triplet: C1, 6F and CD. RGB value is (193,111,205). Sum of RGB (Red+Green+Blue) = 193+111+205=509 (67% of max value = 765). Red value is 193 (75.78% from 255 or 37.92% from 509); Green value is 111 (43.75% from 255 or 21.81% from 509); Blue value is 205 (80.47% from 255 or 40.28% from 509); Max value from RGB is 205 - color contains mainly: blue. Hex color #C16FCD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C16FCD is #3E9032. Grayscale: #919191. Windows color (decimal): -4100147 or 13463489. OLE color: 13463489.
HSL color Cylindrical-coordinate representation of color #C16FCD: hue angle of 292.34º degrees, saturation: 0.48, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #C16FCD is Cyan = 0.06, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 193 | 111 | 205 | - |
| CMYK | 0.06 | 0.46 | 0 | 0.20 |
| HSL | 292.34º | 0.48% | 0.62% | - |
| HSV(B) | 292.34º | 0.46% | 0.8% | - |
| XYZ | 38.7 | 27.11 | 60.95 | - |
| YUV | 146.23 | 161.17 | 161.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 111 | 205 | 0.06 | 0.46 | 0 | 0.20 | 292.34 | 0.48 | 0.62 |
| Hex | C1 | 6F | CD | 6 | 2E | 0 | 14 | 124 | 30 | 3E |
| Octal | 301 | 157 | 315 | 6 | 56 | 0 | 24 | 444 | 60 | 76 |
| Binary | 11000001 | 1101111 | 11001101 | 110 | 101110 | 0 | 10100 | 100100100 | 110000 | 111110 |
Color Harmonies of #C16FCD
Complementary color
Monochromatic Colors of #C16FCD
Black with #C16FCD
Text Example
Text Example
White with #C16FCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C16FCD; }
p { color: rgb(193,111,205); }
H1.HeaderClassName
{
color: #C16FCD;
}
.AnyTagClassName
{
color: #C16FCD;
}
</style>
background-color css
<style>
a { background-color: #C16FCD; }
a { background-color: rgb(193,111,205); }
div.DivClassName
{
background-color: #C16FCD;
}
.BgClassName
{
background-color: #C16FCD;
}
</style>
border-color css
<style>
span { border-color: #C16FCD; }
span { border-color: rgb(193,111,205); }
td.TdClassName
{
border-color: #C16FCD;
}
.TagClassName
{
border-color: #C16FCD;
}
</style>