Shades of Medium Orchid #C16FEA
Tints of Medium Orchid #C16FEA
RGB
CMYK
RGB Variations
Color information
#C16FEA (or 0xC16FEA) is known color: Medium Orchid. HEX triplet: C1, 6F and EA. RGB value is (193,111,234). Sum of RGB (Red+Green+Blue) = 193+111+234=538 (71% of max value = 765). Red value is 193 (75.78% from 255 or 35.87% from 538); Green value is 111 (43.75% from 255 or 20.63% from 538); Blue value is 234 (91.80% from 255 or 43.49% from 538); Max value from RGB is 234 - color contains mainly: blue. Hex color #C16FEA is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C16FEA is #3E9015. Grayscale: #959595. Windows color (decimal): -4100118 or 15364033. OLE color: 15364033.
HSL color Cylindrical-coordinate representation of color #C16FEA: hue angle of 280º degrees, saturation: 0.75, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #C16FEA is Cyan = 0.18, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 193 | 111 | 234 | - |
| CMYK | 0.18 | 0.53 | 0 | 0.08 |
| HSL | 280º | 0.75% | 0.68% | - |
| HSV(B) | 280º | 0.53% | 0.92% | - |
| XYZ | 42.53 | 28.65 | 81.13 | - |
| YUV | 149.54 | 175.67 | 159 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 111 | 234 | 0.18 | 0.53 | 0 | 0.08 | 280 | 0.75 | 0.68 |
| Hex | C1 | 6F | EA | 12 | 35 | 0 | 8 | 118 | 4B | 44 |
| Octal | 301 | 157 | 352 | 22 | 65 | 0 | 10 | 430 | 113 | 104 |
| Binary | 11000001 | 1101111 | 11101010 | 10010 | 110101 | 0 | 1000 | 100011000 | 1001011 | 1000100 |
Color Harmonies of #C16FEA
Complementary color
Monochromatic Colors of #C16FEA
Black with #C16FEA
Text Example
Text Example
White with #C16FEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C16FEA; }
p { color: rgb(193,111,234); }
H1.HeaderClassName
{
color: #C16FEA;
}
.AnyTagClassName
{
color: #C16FEA;
}
</style>
background-color css
<style>
a { background-color: #C16FEA; }
a { background-color: rgb(193,111,234); }
div.DivClassName
{
background-color: #C16FEA;
}
.BgClassName
{
background-color: #C16FEA;
}
</style>
border-color css
<style>
span { border-color: #C16FEA; }
span { border-color: rgb(193,111,234); }
td.TdClassName
{
border-color: #C16FEA;
}
.TagClassName
{
border-color: #C16FEA;
}
</style>