Shades of Medium Orchid #C16BED
Tints of Medium Orchid #C16BED
RGB
CMYK
RGB Variations
Color information
#C16BED (or 0xC16BED) is known color: Medium Orchid. HEX triplet: C1, 6B and ED. RGB value is (193,107,237). Sum of RGB (Red+Green+Blue) = 193+107+237=537 (71% of max value = 765). Red value is 193 (75.78% from 255 or 35.94% from 537); Green value is 107 (42.19% from 255 or 19.93% from 537); Blue value is 237 (92.97% from 255 or 44.13% from 537); Max value from RGB is 237 - color contains mainly: blue. Hex color #C16BED is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C16BED is #3E9412. Grayscale: #939393. Windows color (decimal): -4101139 or 15559617. OLE color: 15559617.
HSL color Cylindrical-coordinate representation of color #C16BED: hue angle of 279.69º degrees, saturation: 0.78, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #C16BED is Cyan = 0.19, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 193 | 107 | 237 | - |
| CMYK | 0.19 | 0.55 | 0 | 0.07 |
| HSL | 279.69º | 0.78% | 0.67% | - |
| HSV(B) | 279.69º | 0.55% | 0.93% | - |
| XYZ | 42.54 | 27.97 | 83.28 | - |
| YUV | 147.53 | 178.49 | 160.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 107 | 237 | 0.19 | 0.55 | 0 | 0.07 | 279.69 | 0.78 | 0.67 |
| Hex | C1 | 6B | ED | 13 | 37 | 0 | 7 | 118 | 4E | 43 |
| Octal | 301 | 153 | 355 | 23 | 67 | 0 | 7 | 430 | 116 | 103 |
| Binary | 11000001 | 1101011 | 11101101 | 10011 | 110111 | 0 | 111 | 100011000 | 1001110 | 1000011 |
Color Harmonies of #C16BED
Complementary color
Monochromatic Colors of #C16BED
Black with #C16BED
Text Example
Text Example
White with #C16BED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C16BED; }
p { color: rgb(193,107,237); }
H1.HeaderClassName
{
color: #C16BED;
}
.AnyTagClassName
{
color: #C16BED;
}
</style>
background-color css
<style>
a { background-color: #C16BED; }
a { background-color: rgb(193,107,237); }
div.DivClassName
{
background-color: #C16BED;
}
.BgClassName
{
background-color: #C16BED;
}
</style>
border-color css
<style>
span { border-color: #C16BED; }
span { border-color: rgb(193,107,237); }
td.TdClassName
{
border-color: #C16BED;
}
.TagClassName
{
border-color: #C16BED;
}
</style>