Shades of Medium Orchid #C16EDE
Tints of Medium Orchid #C16EDE
RGB
CMYK
RGB Variations
Color information
#C16EDE (or 0xC16EDE) is known color: Medium Orchid. HEX triplet: C1, 6E and DE. RGB value is (193,110,222). Sum of RGB (Red+Green+Blue) = 193+110+222=525 (69% of max value = 765). Red value is 193 (75.78% from 255 or 36.76% from 525); Green value is 110 (43.36% from 255 or 20.95% from 525); Blue value is 222 (87.11% from 255 or 42.29% from 525); Max value from RGB is 222 - color contains mainly: blue. Hex color #C16EDE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C16EDE is #3E9121. Grayscale: #939393. Windows color (decimal): -4100386 or 14577345. OLE color: 14577345.
HSL color Cylindrical-coordinate representation of color #C16EDE: hue angle of 284.46º 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 #C16EDE is Cyan = 0.13, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 193 | 110 | 222 | - |
| CMYK | 0.13 | 0.50 | 0 | 0.13 |
| HSL | 284.46º | 0.63% | 0.65% | - |
| HSV(B) | 284.46º | 0.5% | 0.87% | - |
| XYZ | 40.75 | 27.76 | 72.32 | - |
| YUV | 147.59 | 170 | 160.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 110 | 222 | 0.13 | 0.50 | 0 | 0.13 | 284.46 | 0.63 | 0.65 |
| Hex | C1 | 6E | DE | D | 32 | 0 | D | 11C | 3F | 41 |
| Octal | 301 | 156 | 336 | 15 | 62 | 0 | 15 | 434 | 77 | 101 |
| Binary | 11000001 | 1101110 | 11011110 | 1101 | 110010 | 0 | 1101 | 100011100 | 111111 | 1000001 |
Color Harmonies of #C16EDE
Complementary color
Monochromatic Colors of #C16EDE
Black with #C16EDE
Text Example
Text Example
White with #C16EDE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C16EDE; }
p { color: rgb(193,110,222); }
H1.HeaderClassName
{
color: #C16EDE;
}
.AnyTagClassName
{
color: #C16EDE;
}
</style>
background-color css
<style>
a { background-color: #C16EDE; }
a { background-color: rgb(193,110,222); }
div.DivClassName
{
background-color: #C16EDE;
}
.BgClassName
{
background-color: #C16EDE;
}
</style>
border-color css
<style>
span { border-color: #C16EDE; }
span { border-color: rgb(193,110,222); }
td.TdClassName
{
border-color: #C16EDE;
}
.TagClassName
{
border-color: #C16EDE;
}
</style>