Shades of Medium Orchid #C14AEC
Tints of Medium Orchid #C14AEC
RGB
CMYK
RGB Variations
Color information
#C14AEC (or 0xC14AEC) is known color: Medium Orchid. HEX triplet: C1, 4A and EC. RGB value is (193,74,236). Sum of RGB (Red+Green+Blue) = 193+74+236=503 (66% of max value = 765). Red value is 193 (75.78% from 255 or 38.37% from 503); Green value is 74 (29.30% from 255 or 14.71% from 503); Blue value is 236 (92.58% from 255 or 46.92% from 503); Max value from RGB is 236 - color contains mainly: blue. Hex color #C14AEC is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C14AEC is #3EB513. Grayscale: #7F7F7F. Windows color (decimal): -4109588 or 15485633. OLE color: 15485633.
HSL color Cylindrical-coordinate representation of color #C14AEC: hue angle of 284.07º degrees, saturation: 0.81, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #C14AEC is Cyan = 0.18, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 193 | 74 | 236 | - |
| CMYK | 0.18 | 0.69 | 0 | 0.07 |
| HSL | 284.07º | 0.81% | 0.61% | - |
| HSV(B) | 284.07º | 0.69% | 0.93% | - |
| XYZ | 39.58 | 22.29 | 81.57 | - |
| YUV | 128.05 | 188.92 | 174.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 74 | 236 | 0.18 | 0.69 | 0 | 0.07 | 284.07 | 0.81 | 0.61 |
| Hex | C1 | 4A | EC | 12 | 45 | 0 | 7 | 11C | 51 | 3D |
| Octal | 301 | 112 | 354 | 22 | 105 | 0 | 7 | 434 | 121 | 75 |
| Binary | 11000001 | 1001010 | 11101100 | 10010 | 1000101 | 0 | 111 | 100011100 | 1010001 | 111101 |
Color Harmonies of #C14AEC
Complementary color
Monochromatic Colors of #C14AEC
Black with #C14AEC
Text Example
Text Example
White with #C14AEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C14AEC; }
p { color: rgb(193,74,236); }
H1.HeaderClassName
{
color: #C14AEC;
}
.AnyTagClassName
{
color: #C14AEC;
}
</style>
background-color css
<style>
a { background-color: #C14AEC; }
a { background-color: rgb(193,74,236); }
div.DivClassName
{
background-color: #C14AEC;
}
.BgClassName
{
background-color: #C14AEC;
}
</style>
border-color css
<style>
span { border-color: #C14AEC; }
span { border-color: rgb(193,74,236); }
td.TdClassName
{
border-color: #C14AEC;
}
.TagClassName
{
border-color: #C14AEC;
}
</style>