Shades of Medium Orchid #C16CCE
Tints of Medium Orchid #C16CCE
RGB
CMYK
RGB Variations
Color information
#C16CCE (or 0xC16CCE) is known color: Medium Orchid. HEX triplet: C1, 6C and CE. RGB value is (193,108,206). Sum of RGB (Red+Green+Blue) = 193+108+206=507 (67% of max value = 765). Red value is 193 (75.78% from 255 or 38.07% from 507); Green value is 108 (42.58% from 255 or 21.30% from 507); Blue value is 206 (80.86% from 255 or 40.63% from 507); Max value from RGB is 206 - color contains mainly: blue. Hex color #C16CCE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C16CCE is #3E9331. Grayscale: #909090. Windows color (decimal): -4100914 or 13528257. OLE color: 13528257.
HSL color Cylindrical-coordinate representation of color #C16CCE: hue angle of 292.04º degrees, saturation: 0.5, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #C16CCE is Cyan = 0.06, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 193 | 108 | 206 | - |
| CMYK | 0.06 | 0.48 | 0 | 0.19 |
| HSL | 292.04º | 0.5% | 0.62% | - |
| HSV(B) | 292.04º | 0.48% | 0.81% | - |
| XYZ | 38.5 | 26.52 | 61.48 | - |
| YUV | 144.59 | 162.66 | 162.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 108 | 206 | 0.06 | 0.48 | 0 | 0.19 | 292.04 | 0.5 | 0.62 |
| Hex | C1 | 6C | CE | 6 | 30 | 0 | 13 | 124 | 32 | 3E |
| Octal | 301 | 154 | 316 | 6 | 60 | 0 | 23 | 444 | 62 | 76 |
| Binary | 11000001 | 1101100 | 11001110 | 110 | 110000 | 0 | 10011 | 100100100 | 110010 | 111110 |
Color Harmonies of #C16CCE
Complementary color
Monochromatic Colors of #C16CCE
Black with #C16CCE
Text Example
Text Example
White with #C16CCE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C16CCE; }
p { color: rgb(193,108,206); }
H1.HeaderClassName
{
color: #C16CCE;
}
.AnyTagClassName
{
color: #C16CCE;
}
</style>
background-color css
<style>
a { background-color: #C16CCE; }
a { background-color: rgb(193,108,206); }
div.DivClassName
{
background-color: #C16CCE;
}
.BgClassName
{
background-color: #C16CCE;
}
</style>
border-color css
<style>
span { border-color: #C16CCE; }
span { border-color: rgb(193,108,206); }
td.TdClassName
{
border-color: #C16CCE;
}
.TagClassName
{
border-color: #C16CCE;
}
</style>