Shades of Medium Orchid #C14AE6
Tints of Medium Orchid #C14AE6
RGB
CMYK
RGB Variations
Color information
#C14AE6 (or 0xC14AE6) is known color: Medium Orchid. HEX triplet: C1, 4A and E6. RGB value is (193,74,230). Sum of RGB (Red+Green+Blue) = 193+74+230=497 (65% of max value = 765). Red value is 193 (75.78% from 255 or 38.83% from 497); Green value is 74 (29.30% from 255 or 14.89% from 497); Blue value is 230 (90.23% from 255 or 46.28% from 497); Max value from RGB is 230 - color contains mainly: blue. Hex color #C14AE6 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C14AE6 is #3EB519. Grayscale: #7E7E7E. Windows color (decimal): -4109594 or 15092417. OLE color: 15092417.
HSL color Cylindrical-coordinate representation of color #C14AE6: hue angle of 285.77º degrees, saturation: 0.76, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #C14AE6 is Cyan = 0.16, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 193 | 74 | 230 | - |
| CMYK | 0.16 | 0.68 | 0 | 0.10 |
| HSL | 285.77º | 0.76% | 0.6% | - |
| HSV(B) | 285.77º | 0.68% | 0.9% | - |
| XYZ | 38.72 | 21.95 | 77.06 | - |
| YUV | 127.37 | 185.92 | 174.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 74 | 230 | 0.16 | 0.68 | 0 | 0.10 | 285.77 | 0.76 | 0.6 |
| Hex | C1 | 4A | E6 | 10 | 44 | 0 | A | 11E | 4C | 3C |
| Octal | 301 | 112 | 346 | 20 | 104 | 0 | 12 | 436 | 114 | 74 |
| Binary | 11000001 | 1001010 | 11100110 | 10000 | 1000100 | 0 | 1010 | 100011110 | 1001100 | 111100 |
Color Harmonies of #C14AE6
Complementary color
Monochromatic Colors of #C14AE6
Black with #C14AE6
Text Example
Text Example
White with #C14AE6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C14AE6; }
p { color: rgb(193,74,230); }
H1.HeaderClassName
{
color: #C14AE6;
}
.AnyTagClassName
{
color: #C14AE6;
}
</style>
background-color css
<style>
a { background-color: #C14AE6; }
a { background-color: rgb(193,74,230); }
div.DivClassName
{
background-color: #C14AE6;
}
.BgClassName
{
background-color: #C14AE6;
}
</style>
border-color css
<style>
span { border-color: #C14AE6; }
span { border-color: rgb(193,74,230); }
td.TdClassName
{
border-color: #C14AE6;
}
.TagClassName
{
border-color: #C14AE6;
}
</style>