Shades of Medium Orchid #C16EEA
Tints of Medium Orchid #C16EEA
RGB
CMYK
RGB Variations
Color information
#C16EEA (or 0xC16EEA) is known color: Medium Orchid. HEX triplet: C1, 6E and EA. RGB value is (193,110,234). Sum of RGB (Red+Green+Blue) = 193+110+234=537 (71% of max value = 765). Red value is 193 (75.78% from 255 or 35.94% from 537); Green value is 110 (43.36% from 255 or 20.48% from 537); Blue value is 234 (91.80% from 255 or 43.58% from 537); Max value from RGB is 234 - color contains mainly: blue. Hex color #C16EEA is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C16EEA is #3E9115. Grayscale: #949494. Windows color (decimal): -4100374 or 15363777. OLE color: 15363777.
HSL color Cylindrical-coordinate representation of color #C16EEA: hue angle of 280.16º degrees, saturation: 0.75, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #C16EEA is Cyan = 0.18, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 193 | 110 | 234 | - |
| CMYK | 0.18 | 0.53 | 0 | 0.08 |
| HSL | 280.16º | 0.75% | 0.67% | - |
| HSV(B) | 280.16º | 0.53% | 0.92% | - |
| XYZ | 42.42 | 28.43 | 81.09 | - |
| YUV | 148.95 | 176 | 159.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 110 | 234 | 0.18 | 0.53 | 0 | 0.08 | 280.16 | 0.75 | 0.67 |
| Hex | C1 | 6E | EA | 12 | 35 | 0 | 8 | 118 | 4B | 43 |
| Octal | 301 | 156 | 352 | 22 | 65 | 0 | 10 | 430 | 113 | 103 |
| Binary | 11000001 | 1101110 | 11101010 | 10010 | 110101 | 0 | 1000 | 100011000 | 1001011 | 1000011 |
Color Harmonies of #C16EEA
Complementary color
Monochromatic Colors of #C16EEA
Black with #C16EEA
Text Example
Text Example
White with #C16EEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C16EEA; }
p { color: rgb(193,110,234); }
H1.HeaderClassName
{
color: #C16EEA;
}
.AnyTagClassName
{
color: #C16EEA;
}
</style>
background-color css
<style>
a { background-color: #C16EEA; }
a { background-color: rgb(193,110,234); }
div.DivClassName
{
background-color: #C16EEA;
}
.BgClassName
{
background-color: #C16EEA;
}
</style>
border-color css
<style>
span { border-color: #C16EEA; }
span { border-color: rgb(193,110,234); }
td.TdClassName
{
border-color: #C16EEA;
}
.TagClassName
{
border-color: #C16EEA;
}
</style>