Shades of Medium Orchid #C14AE4
Tints of Medium Orchid #C14AE4
RGB
CMYK
RGB Variations
Color information
#C14AE4 (or 0xC14AE4) is known color: Medium Orchid. HEX triplet: C1, 4A and E4. RGB value is (193,74,228). Sum of RGB (Red+Green+Blue) = 193+74+228=495 (65% of max value = 765). Red value is 193 (75.78% from 255 or 38.99% from 495); Green value is 74 (29.30% from 255 or 14.95% from 495); Blue value is 228 (89.45% from 255 or 46.06% from 495); Max value from RGB is 228 - color contains mainly: blue. Hex color #C14AE4 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C14AE4 is #3EB51B. Grayscale: #7E7E7E. Windows color (decimal): -4109596 or 14961345. OLE color: 14961345.
HSL color Cylindrical-coordinate representation of color #C14AE4: hue angle of 286.36º degrees, saturation: 0.74, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #C14AE4 is Cyan = 0.15, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 193 | 74 | 228 | - |
| CMYK | 0.15 | 0.68 | 0 | 0.11 |
| HSL | 286.36º | 0.74% | 0.59% | - |
| HSV(B) | 286.36º | 0.68% | 0.89% | - |
| XYZ | 38.44 | 21.84 | 75.59 | - |
| YUV | 127.14 | 184.92 | 174.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 74 | 228 | 0.15 | 0.68 | 0 | 0.11 | 286.36 | 0.74 | 0.59 |
| Hex | C1 | 4A | E4 | F | 44 | 0 | B | 11E | 4A | 3B |
| Octal | 301 | 112 | 344 | 17 | 104 | 0 | 13 | 436 | 112 | 73 |
| Binary | 11000001 | 1001010 | 11100100 | 1111 | 1000100 | 0 | 1011 | 100011110 | 1001010 | 111011 |
Color Harmonies of #C14AE4
Complementary color
Monochromatic Colors of #C14AE4
Black with #C14AE4
Text Example
Text Example
White with #C14AE4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C14AE4; }
p { color: rgb(193,74,228); }
H1.HeaderClassName
{
color: #C14AE4;
}
.AnyTagClassName
{
color: #C14AE4;
}
</style>
background-color css
<style>
a { background-color: #C14AE4; }
a { background-color: rgb(193,74,228); }
div.DivClassName
{
background-color: #C14AE4;
}
.BgClassName
{
background-color: #C14AE4;
}
</style>
border-color css
<style>
span { border-color: #C14AE4; }
span { border-color: rgb(193,74,228); }
td.TdClassName
{
border-color: #C14AE4;
}
.TagClassName
{
border-color: #C14AE4;
}
</style>