Shades of Medium Orchid #C16BEA
Tints of Medium Orchid #C16BEA
RGB
CMYK
RGB Variations
Color information
#C16BEA (or 0xC16BEA) is known color: Medium Orchid. HEX triplet: C1, 6B and EA. RGB value is (193,107,234). Sum of RGB (Red+Green+Blue) = 193+107+234=534 (70% of max value = 765). Red value is 193 (75.78% from 255 or 36.14% from 534); Green value is 107 (42.19% from 255 or 20.04% from 534); Blue value is 234 (91.80% from 255 or 43.82% from 534); Max value from RGB is 234 - color contains mainly: blue. Hex color #C16BEA is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C16BEA is #3E9415. Grayscale: #929292. Windows color (decimal): -4101142 or 15363009. OLE color: 15363009.
HSL color Cylindrical-coordinate representation of color #C16BEA: hue angle of 280.63º degrees, saturation: 0.75, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #C16BEA is Cyan = 0.18, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 193 | 107 | 234 | - |
| CMYK | 0.18 | 0.54 | 0 | 0.08 |
| HSL | 280.63º | 0.75% | 0.67% | - |
| HSV(B) | 280.63º | 0.54% | 0.92% | - |
| XYZ | 42.1 | 27.79 | 80.99 | - |
| YUV | 147.19 | 176.99 | 160.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 107 | 234 | 0.18 | 0.54 | 0 | 0.08 | 280.63 | 0.75 | 0.67 |
| Hex | C1 | 6B | EA | 12 | 36 | 0 | 8 | 119 | 4B | 43 |
| Octal | 301 | 153 | 352 | 22 | 66 | 0 | 10 | 431 | 113 | 103 |
| Binary | 11000001 | 1101011 | 11101010 | 10010 | 110110 | 0 | 1000 | 100011001 | 1001011 | 1000011 |
Color Harmonies of #C16BEA
Complementary color
Monochromatic Colors of #C16BEA
Black with #C16BEA
Text Example
Text Example
White with #C16BEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C16BEA; }
p { color: rgb(193,107,234); }
H1.HeaderClassName
{
color: #C16BEA;
}
.AnyTagClassName
{
color: #C16BEA;
}
</style>
background-color css
<style>
a { background-color: #C16BEA; }
a { background-color: rgb(193,107,234); }
div.DivClassName
{
background-color: #C16BEA;
}
.BgClassName
{
background-color: #C16BEA;
}
</style>
border-color css
<style>
span { border-color: #C16BEA; }
span { border-color: rgb(193,107,234); }
td.TdClassName
{
border-color: #C16BEA;
}
.TagClassName
{
border-color: #C16BEA;
}
</style>