Shades of Medium Orchid #C16BE5
Tints of Medium Orchid #C16BE5
RGB
CMYK
RGB Variations
Color information
#C16BE5 (or 0xC16BE5) is known color: Medium Orchid. HEX triplet: C1, 6B and E5. RGB value is (193,107,229). Sum of RGB (Red+Green+Blue) = 193+107+229=529 (70% of max value = 765). Red value is 193 (75.78% from 255 or 36.48% from 529); Green value is 107 (42.19% from 255 or 20.23% from 529); Blue value is 229 (89.84% from 255 or 43.29% from 529); Max value from RGB is 229 - color contains mainly: blue. Hex color #C16BE5 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C16BE5 is #3E941A. Grayscale: #929292. Windows color (decimal): -4101147 or 15035329. OLE color: 15035329.
HSL color Cylindrical-coordinate representation of color #C16BE5: hue angle of 282.3º degrees, saturation: 0.7, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #C16BE5 is Cyan = 0.16, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 193 | 107 | 229 | - |
| CMYK | 0.16 | 0.53 | 0 | 0.10 |
| HSL | 282.3º | 0.7% | 0.66% | - |
| HSV(B) | 282.3º | 0.53% | 0.9% | - |
| XYZ | 41.39 | 27.51 | 77.26 | - |
| YUV | 146.62 | 174.49 | 161.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 107 | 229 | 0.16 | 0.53 | 0 | 0.10 | 282.3 | 0.7 | 0.66 |
| Hex | C1 | 6B | E5 | 10 | 35 | 0 | A | 11A | 46 | 42 |
| Octal | 301 | 153 | 345 | 20 | 65 | 0 | 12 | 432 | 106 | 102 |
| Binary | 11000001 | 1101011 | 11100101 | 10000 | 110101 | 0 | 1010 | 100011010 | 1000110 | 1000010 |
Color Harmonies of #C16BE5
Complementary color
Monochromatic Colors of #C16BE5
Black with #C16BE5
Text Example
Text Example
White with #C16BE5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C16BE5; }
p { color: rgb(193,107,229); }
H1.HeaderClassName
{
color: #C16BE5;
}
.AnyTagClassName
{
color: #C16BE5;
}
</style>
background-color css
<style>
a { background-color: #C16BE5; }
a { background-color: rgb(193,107,229); }
div.DivClassName
{
background-color: #C16BE5;
}
.BgClassName
{
background-color: #C16BE5;
}
</style>
border-color css
<style>
span { border-color: #C16BE5; }
span { border-color: rgb(193,107,229); }
td.TdClassName
{
border-color: #C16BE5;
}
.TagClassName
{
border-color: #C16BE5;
}
</style>