Shades of Medium Orchid #C16FDE
Tints of Medium Orchid #C16FDE
RGB
CMYK
RGB Variations
Color information
#C16FDE (or 0xC16FDE) is known color: Medium Orchid. HEX triplet: C1, 6F and DE. RGB value is (193,111,222). Sum of RGB (Red+Green+Blue) = 193+111+222=526 (69% of max value = 765). Red value is 193 (75.78% from 255 or 36.69% from 526); Green value is 111 (43.75% from 255 or 21.10% from 526); Blue value is 222 (87.11% from 255 or 42.21% from 526); Max value from RGB is 222 - color contains mainly: blue. Hex color #C16FDE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C16FDE is #3E9021. Grayscale: #939393. Windows color (decimal): -4100130 or 14577601. OLE color: 14577601.
HSL color Cylindrical-coordinate representation of color #C16FDE: hue angle of 284.32º degrees, saturation: 0.63, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #C16FDE is Cyan = 0.13, Magento = 0.5, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 193 | 111 | 222 | - |
| CMYK | 0.13 | 0.5 | 0 | 0.13 |
| HSL | 284.32º | 0.63% | 0.65% | - |
| HSV(B) | 284.32º | 0.5% | 0.87% | - |
| XYZ | 40.86 | 27.98 | 72.35 | - |
| YUV | 148.17 | 169.67 | 159.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 111 | 222 | 0.13 | 0.5 | 0 | 0.13 | 284.32 | 0.63 | 0.65 |
| Hex | C1 | 6F | DE | D | 32 | 0 | D | 11C | 3F | 41 |
| Octal | 301 | 157 | 336 | 15 | 62 | 0 | 15 | 434 | 77 | 101 |
| Binary | 11000001 | 1101111 | 11011110 | 1101 | 110010 | 0 | 1101 | 100011100 | 111111 | 1000001 |
Color Harmonies of #C16FDE
Complementary color
Monochromatic Colors of #C16FDE
Black with #C16FDE
Text Example
Text Example
White with #C16FDE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C16FDE; }
p { color: rgb(193,111,222); }
H1.HeaderClassName
{
color: #C16FDE;
}
.AnyTagClassName
{
color: #C16FDE;
}
</style>
background-color css
<style>
a { background-color: #C16FDE; }
a { background-color: rgb(193,111,222); }
div.DivClassName
{
background-color: #C16FDE;
}
.BgClassName
{
background-color: #C16FDE;
}
</style>
border-color css
<style>
span { border-color: #C16FDE; }
span { border-color: rgb(193,111,222); }
td.TdClassName
{
border-color: #C16FDE;
}
.TagClassName
{
border-color: #C16FDE;
}
</style>