Shades of Medium Orchid #C16BCE
Tints of Medium Orchid #C16BCE
RGB
CMYK
RGB Variations
Color information
#C16BCE (or 0xC16BCE) is known color: Medium Orchid. HEX triplet: C1, 6B and CE. RGB value is (193,107,206). Sum of RGB (Red+Green+Blue) = 193+107+206=506 (67% of max value = 765). Red value is 193 (75.78% from 255 or 38.14% from 506); Green value is 107 (42.19% from 255 or 21.15% from 506); Blue value is 206 (80.86% from 255 or 40.71% from 506); Max value from RGB is 206 - color contains mainly: blue. Hex color #C16BCE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C16BCE is #3E9431. Grayscale: #8F8F8F. Windows color (decimal): -4101170 or 13528001. OLE color: 13528001.
HSL color Cylindrical-coordinate representation of color #C16BCE: hue angle of 292.12º degrees, saturation: 0.5, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #C16BCE is Cyan = 0.06, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 193 | 107 | 206 | - |
| CMYK | 0.06 | 0.48 | 0 | 0.19 |
| HSL | 292.12º | 0.5% | 0.61% | - |
| HSV(B) | 292.12º | 0.48% | 0.81% | - |
| XYZ | 38.39 | 26.31 | 61.45 | - |
| YUV | 144 | 162.99 | 162.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 107 | 206 | 0.06 | 0.48 | 0 | 0.19 | 292.12 | 0.5 | 0.61 |
| Hex | C1 | 6B | CE | 6 | 30 | 0 | 13 | 124 | 32 | 3D |
| Octal | 301 | 153 | 316 | 6 | 60 | 0 | 23 | 444 | 62 | 75 |
| Binary | 11000001 | 1101011 | 11001110 | 110 | 110000 | 0 | 10011 | 100100100 | 110010 | 111101 |
Color Harmonies of #C16BCE
Complementary color
Monochromatic Colors of #C16BCE
Black with #C16BCE
Text Example
Text Example
White with #C16BCE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C16BCE; }
p { color: rgb(193,107,206); }
H1.HeaderClassName
{
color: #C16BCE;
}
.AnyTagClassName
{
color: #C16BCE;
}
</style>
background-color css
<style>
a { background-color: #C16BCE; }
a { background-color: rgb(193,107,206); }
div.DivClassName
{
background-color: #C16BCE;
}
.BgClassName
{
background-color: #C16BCE;
}
</style>
border-color css
<style>
span { border-color: #C16BCE; }
span { border-color: rgb(193,107,206); }
td.TdClassName
{
border-color: #C16BCE;
}
.TagClassName
{
border-color: #C16BCE;
}
</style>