Shades of Medium Orchid #C16CE7
Tints of Medium Orchid #C16CE7
RGB
CMYK
RGB Variations
Color information
#C16CE7 (or 0xC16CE7) is known color: Medium Orchid. HEX triplet: C1, 6C and E7. RGB value is (193,108,231). Sum of RGB (Red+Green+Blue) = 193+108+231=532 (70% of max value = 765). Red value is 193 (75.78% from 255 or 36.28% from 532); Green value is 108 (42.58% from 255 or 20.30% from 532); Blue value is 231 (90.62% from 255 or 43.42% from 532); Max value from RGB is 231 - color contains mainly: blue. Hex color #C16CE7 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C16CE7 is #3E9318. Grayscale: #939393. Windows color (decimal): -4100889 or 15166657. OLE color: 15166657.
HSL color Cylindrical-coordinate representation of color #C16CE7: hue angle of 281.46º degrees, saturation: 0.72, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #C16CE7 is Cyan = 0.16, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 193 | 108 | 231 | - |
| CMYK | 0.16 | 0.53 | 0 | 0.09 |
| HSL | 281.46º | 0.72% | 0.66% | - |
| HSV(B) | 281.46º | 0.53% | 0.91% | - |
| XYZ | 41.78 | 27.83 | 78.77 | - |
| YUV | 147.44 | 175.16 | 160.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 108 | 231 | 0.16 | 0.53 | 0 | 0.09 | 281.46 | 0.72 | 0.66 |
| Hex | C1 | 6C | E7 | 10 | 35 | 0 | 9 | 119 | 48 | 42 |
| Octal | 301 | 154 | 347 | 20 | 65 | 0 | 11 | 431 | 110 | 102 |
| Binary | 11000001 | 1101100 | 11100111 | 10000 | 110101 | 0 | 1001 | 100011001 | 1001000 | 1000010 |
Color Harmonies of #C16CE7
Complementary color
Monochromatic Colors of #C16CE7
Black with #C16CE7
Text Example
Text Example
White with #C16CE7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C16CE7; }
p { color: rgb(193,108,231); }
H1.HeaderClassName
{
color: #C16CE7;
}
.AnyTagClassName
{
color: #C16CE7;
}
</style>
background-color css
<style>
a { background-color: #C16CE7; }
a { background-color: rgb(193,108,231); }
div.DivClassName
{
background-color: #C16CE7;
}
.BgClassName
{
background-color: #C16CE7;
}
</style>
border-color css
<style>
span { border-color: #C16CE7; }
span { border-color: rgb(193,108,231); }
td.TdClassName
{
border-color: #C16CE7;
}
.TagClassName
{
border-color: #C16CE7;
}
</style>