Shades of Medium Orchid #C16FE4
Tints of Medium Orchid #C16FE4
RGB
CMYK
RGB Variations
Color information
#C16FE4 (or 0xC16FE4) is known color: Medium Orchid. HEX triplet: C1, 6F and E4. RGB value is (193,111,228). Sum of RGB (Red+Green+Blue) = 193+111+228=532 (70% of max value = 765). Red value is 193 (75.78% from 255 or 36.28% from 532); Green value is 111 (43.75% from 255 or 20.86% from 532); Blue value is 228 (89.45% from 255 or 42.86% from 532); Max value from RGB is 228 - color contains mainly: blue. Hex color #C16FE4 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C16FE4 is #3E901B. Grayscale: #949494. Windows color (decimal): -4100124 or 14970817. OLE color: 14970817.
HSL color Cylindrical-coordinate representation of color #C16FE4: hue angle of 282.05º degrees, saturation: 0.68, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #C16FE4 is Cyan = 0.15, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 193 | 111 | 228 | - |
| CMYK | 0.15 | 0.51 | 0 | 0.11 |
| HSL | 282.05º | 0.68% | 0.66% | - |
| HSV(B) | 282.05º | 0.51% | 0.89% | - |
| XYZ | 41.68 | 28.31 | 76.67 | - |
| YUV | 148.86 | 172.67 | 159.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 111 | 228 | 0.15 | 0.51 | 0 | 0.11 | 282.05 | 0.68 | 0.66 |
| Hex | C1 | 6F | E4 | F | 33 | 0 | B | 11A | 44 | 42 |
| Octal | 301 | 157 | 344 | 17 | 63 | 0 | 13 | 432 | 104 | 102 |
| Binary | 11000001 | 1101111 | 11100100 | 1111 | 110011 | 0 | 1011 | 100011010 | 1000100 | 1000010 |
Color Harmonies of #C16FE4
Complementary color
Monochromatic Colors of #C16FE4
Black with #C16FE4
Text Example
Text Example
White with #C16FE4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C16FE4; }
p { color: rgb(193,111,228); }
H1.HeaderClassName
{
color: #C16FE4;
}
.AnyTagClassName
{
color: #C16FE4;
}
</style>
background-color css
<style>
a { background-color: #C16FE4; }
a { background-color: rgb(193,111,228); }
div.DivClassName
{
background-color: #C16FE4;
}
.BgClassName
{
background-color: #C16FE4;
}
</style>
border-color css
<style>
span { border-color: #C16FE4; }
span { border-color: rgb(193,111,228); }
td.TdClassName
{
border-color: #C16FE4;
}
.TagClassName
{
border-color: #C16FE4;
}
</style>