Shades of Medium Orchid #C16FE8
Tints of Medium Orchid #C16FE8
RGB
CMYK
RGB Variations
Color information
#C16FE8 (or 0xC16FE8) is known color: Medium Orchid. HEX triplet: C1, 6F and E8. RGB value is (193,111,232). Sum of RGB (Red+Green+Blue) = 193+111+232=536 (70% of max value = 765). Red value is 193 (75.78% from 255 or 36.01% from 536); Green value is 111 (43.75% from 255 or 20.71% from 536); Blue value is 232 (91.02% from 255 or 43.28% from 536); Max value from RGB is 232 - color contains mainly: blue. Hex color #C16FE8 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C16FE8 is #3E9017. Grayscale: #949494. Windows color (decimal): -4100120 or 15232961. OLE color: 15232961.
HSL color Cylindrical-coordinate representation of color #C16FE8: hue angle of 280.66º degrees, saturation: 0.72, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #C16FE8 is Cyan = 0.17, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 193 | 111 | 232 | - |
| CMYK | 0.17 | 0.52 | 0 | 0.09 |
| HSL | 280.66º | 0.72% | 0.67% | - |
| HSV(B) | 280.66º | 0.52% | 0.91% | - |
| XYZ | 42.24 | 28.53 | 79.62 | - |
| YUV | 149.31 | 174.67 | 159.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 111 | 232 | 0.17 | 0.52 | 0 | 0.09 | 280.66 | 0.72 | 0.67 |
| Hex | C1 | 6F | E8 | 11 | 34 | 0 | 9 | 119 | 48 | 43 |
| Octal | 301 | 157 | 350 | 21 | 64 | 0 | 11 | 431 | 110 | 103 |
| Binary | 11000001 | 1101111 | 11101000 | 10001 | 110100 | 0 | 1001 | 100011001 | 1001000 | 1000011 |
Color Harmonies of #C16FE8
Complementary color
Monochromatic Colors of #C16FE8
Black with #C16FE8
Text Example
Text Example
White with #C16FE8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C16FE8; }
p { color: rgb(193,111,232); }
H1.HeaderClassName
{
color: #C16FE8;
}
.AnyTagClassName
{
color: #C16FE8;
}
</style>
background-color css
<style>
a { background-color: #C16FE8; }
a { background-color: rgb(193,111,232); }
div.DivClassName
{
background-color: #C16FE8;
}
.BgClassName
{
background-color: #C16FE8;
}
</style>
border-color css
<style>
span { border-color: #C16FE8; }
span { border-color: rgb(193,111,232); }
td.TdClassName
{
border-color: #C16FE8;
}
.TagClassName
{
border-color: #C16FE8;
}
</style>