Shades of Medium Orchid #C16CEA
Tints of Medium Orchid #C16CEA
RGB
CMYK
RGB Variations
Color information
#C16CEA (or 0xC16CEA) is known color: Medium Orchid. HEX triplet: C1, 6C and EA. RGB value is (193,108,234). Sum of RGB (Red+Green+Blue) = 193+108+234=535 (70% of max value = 765). Red value is 193 (75.78% from 255 or 36.07% from 535); Green value is 108 (42.58% from 255 or 20.19% from 535); Blue value is 234 (91.80% from 255 or 43.74% from 535); Max value from RGB is 234 - color contains mainly: blue. Hex color #C16CEA is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C16CEA is #3E9315. Grayscale: #939393. Windows color (decimal): -4100886 or 15363265. OLE color: 15363265.
HSL color Cylindrical-coordinate representation of color #C16CEA: hue angle of 280.48º 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 #C16CEA is Cyan = 0.18, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 193 | 108 | 234 | - |
| CMYK | 0.18 | 0.54 | 0 | 0.08 |
| HSL | 280.48º | 0.75% | 0.67% | - |
| HSV(B) | 280.48º | 0.54% | 0.92% | - |
| XYZ | 42.21 | 28 | 81.02 | - |
| YUV | 147.78 | 176.66 | 160.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 108 | 234 | 0.18 | 0.54 | 0 | 0.08 | 280.48 | 0.75 | 0.67 |
| Hex | C1 | 6C | EA | 12 | 36 | 0 | 8 | 118 | 4B | 43 |
| Octal | 301 | 154 | 352 | 22 | 66 | 0 | 10 | 430 | 113 | 103 |
| Binary | 11000001 | 1101100 | 11101010 | 10010 | 110110 | 0 | 1000 | 100011000 | 1001011 | 1000011 |
Color Harmonies of #C16CEA
Complementary color
Monochromatic Colors of #C16CEA
Black with #C16CEA
Text Example
Text Example
White with #C16CEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C16CEA; }
p { color: rgb(193,108,234); }
H1.HeaderClassName
{
color: #C16CEA;
}
.AnyTagClassName
{
color: #C16CEA;
}
</style>
background-color css
<style>
a { background-color: #C16CEA; }
a { background-color: rgb(193,108,234); }
div.DivClassName
{
background-color: #C16CEA;
}
.BgClassName
{
background-color: #C16CEA;
}
</style>
border-color css
<style>
span { border-color: #C16CEA; }
span { border-color: rgb(193,108,234); }
td.TdClassName
{
border-color: #C16CEA;
}
.TagClassName
{
border-color: #C16CEA;
}
</style>