Shades of Medium Orchid #C14AE8
Tints of Medium Orchid #C14AE8
RGB
CMYK
RGB Variations
Color information
#C14AE8 (or 0xC14AE8) is known color: Medium Orchid. HEX triplet: C1, 4A and E8. RGB value is (193,74,232). Sum of RGB (Red+Green+Blue) = 193+74+232=499 (66% of max value = 765). Red value is 193 (75.78% from 255 or 38.68% from 499); Green value is 74 (29.30% from 255 or 14.83% from 499); Blue value is 232 (91.02% from 255 or 46.49% from 499); Max value from RGB is 232 - color contains mainly: blue. Hex color #C14AE8 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C14AE8 is #3EB517. Grayscale: #7F7F7F. Windows color (decimal): -4109592 or 15223489. OLE color: 15223489.
HSL color Cylindrical-coordinate representation of color #C14AE8: hue angle of 285.19º degrees, saturation: 0.77, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #C14AE8 is Cyan = 0.17, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 193 | 74 | 232 | - |
| CMYK | 0.17 | 0.68 | 0 | 0.09 |
| HSL | 285.19º | 0.77% | 0.6% | - |
| HSV(B) | 285.19º | 0.68% | 0.91% | - |
| XYZ | 39.01 | 22.06 | 78.55 | - |
| YUV | 127.59 | 186.92 | 174.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 74 | 232 | 0.17 | 0.68 | 0 | 0.09 | 285.19 | 0.77 | 0.6 |
| Hex | C1 | 4A | E8 | 11 | 44 | 0 | 9 | 11D | 4D | 3C |
| Octal | 301 | 112 | 350 | 21 | 104 | 0 | 11 | 435 | 115 | 74 |
| Binary | 11000001 | 1001010 | 11101000 | 10001 | 1000100 | 0 | 1001 | 100011101 | 1001101 | 111100 |
Color Harmonies of #C14AE8
Complementary color
Monochromatic Colors of #C14AE8
Black with #C14AE8
Text Example
Text Example
White with #C14AE8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C14AE8; }
p { color: rgb(193,74,232); }
H1.HeaderClassName
{
color: #C14AE8;
}
.AnyTagClassName
{
color: #C14AE8;
}
</style>
background-color css
<style>
a { background-color: #C14AE8; }
a { background-color: rgb(193,74,232); }
div.DivClassName
{
background-color: #C14AE8;
}
.BgClassName
{
background-color: #C14AE8;
}
</style>
border-color css
<style>
span { border-color: #C14AE8; }
span { border-color: rgb(193,74,232); }
td.TdClassName
{
border-color: #C14AE8;
}
.TagClassName
{
border-color: #C14AE8;
}
</style>