Shades of Medium Orchid #C16BDE
Tints of Medium Orchid #C16BDE
RGB
CMYK
RGB Variations
Color information
#C16BDE (or 0xC16BDE) is known color: Medium Orchid. HEX triplet: C1, 6B and DE. RGB value is (193,107,222). Sum of RGB (Red+Green+Blue) = 193+107+222=522 (69% of max value = 765). Red value is 193 (75.78% from 255 or 36.97% from 522); Green value is 107 (42.19% from 255 or 20.50% from 522); Blue value is 222 (87.11% from 255 or 42.53% from 522); Max value from RGB is 222 - color contains mainly: blue. Hex color #C16BDE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C16BDE is #3E9421. Grayscale: #919191. Windows color (decimal): -4101154 or 14576577. OLE color: 14576577.
HSL color Cylindrical-coordinate representation of color #C16BDE: hue angle of 284.87º degrees, saturation: 0.64, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #C16BDE is Cyan = 0.13, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 193 | 107 | 222 | - |
| CMYK | 0.13 | 0.52 | 0 | 0.13 |
| HSL | 284.87º | 0.64% | 0.65% | - |
| HSV(B) | 284.87º | 0.52% | 0.87% | - |
| XYZ | 40.43 | 27.13 | 72.21 | - |
| YUV | 145.82 | 170.99 | 161.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 107 | 222 | 0.13 | 0.52 | 0 | 0.13 | 284.87 | 0.64 | 0.65 |
| Hex | C1 | 6B | DE | D | 34 | 0 | D | 11D | 40 | 41 |
| Octal | 301 | 153 | 336 | 15 | 64 | 0 | 15 | 435 | 100 | 101 |
| Binary | 11000001 | 1101011 | 11011110 | 1101 | 110100 | 0 | 1101 | 100011101 | 1000000 | 1000001 |
Color Harmonies of #C16BDE
Complementary color
Monochromatic Colors of #C16BDE
Black with #C16BDE
Text Example
Text Example
White with #C16BDE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C16BDE; }
p { color: rgb(193,107,222); }
H1.HeaderClassName
{
color: #C16BDE;
}
.AnyTagClassName
{
color: #C16BDE;
}
</style>
background-color css
<style>
a { background-color: #C16BDE; }
a { background-color: rgb(193,107,222); }
div.DivClassName
{
background-color: #C16BDE;
}
.BgClassName
{
background-color: #C16BDE;
}
</style>
border-color css
<style>
span { border-color: #C16BDE; }
span { border-color: rgb(193,107,222); }
td.TdClassName
{
border-color: #C16BDE;
}
.TagClassName
{
border-color: #C16BDE;
}
</style>