Shades of Medium Orchid #C14EE4
Tints of Medium Orchid #C14EE4
RGB
CMYK
RGB Variations
Color information
#C14EE4 (or 0xC14EE4) is known color: Medium Orchid. HEX triplet: C1, 4E and E4. RGB value is (193,78,228). Sum of RGB (Red+Green+Blue) = 193+78+228=499 (66% of max value = 765). Red value is 193 (75.78% from 255 or 38.68% from 499); Green value is 78 (30.86% from 255 or 15.63% from 499); Blue value is 228 (89.45% from 255 or 45.69% from 499); Max value from RGB is 228 - color contains mainly: blue. Hex color #C14EE4 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C14EE4 is #3EB11B. Grayscale: #818181. Windows color (decimal): -4108572 or 14962369. OLE color: 14962369.
HSL color Cylindrical-coordinate representation of color #C14EE4: hue angle of 286º degrees, saturation: 0.74, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #C14EE4 is Cyan = 0.15, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 193 | 78 | 228 | - |
| CMYK | 0.15 | 0.66 | 0 | 0.11 |
| HSL | 286º | 0.74% | 0.6% | - |
| HSV(B) | 286º | 0.66% | 0.89% | - |
| XYZ | 38.72 | 22.39 | 75.68 | - |
| YUV | 129.49 | 183.6 | 173.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 78 | 228 | 0.15 | 0.66 | 0 | 0.11 | 286 | 0.74 | 0.6 |
| Hex | C1 | 4E | E4 | F | 42 | 0 | B | 11E | 4A | 3C |
| Octal | 301 | 116 | 344 | 17 | 102 | 0 | 13 | 436 | 112 | 74 |
| Binary | 11000001 | 1001110 | 11100100 | 1111 | 1000010 | 0 | 1011 | 100011110 | 1001010 | 111100 |
Color Harmonies of #C14EE4
Complementary color
Monochromatic Colors of #C14EE4
Black with #C14EE4
Text Example
Text Example
White with #C14EE4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C14EE4; }
p { color: rgb(193,78,228); }
H1.HeaderClassName
{
color: #C14EE4;
}
.AnyTagClassName
{
color: #C14EE4;
}
</style>
background-color css
<style>
a { background-color: #C14EE4; }
a { background-color: rgb(193,78,228); }
div.DivClassName
{
background-color: #C14EE4;
}
.BgClassName
{
background-color: #C14EE4;
}
</style>
border-color css
<style>
span { border-color: #C14EE4; }
span { border-color: rgb(193,78,228); }
td.TdClassName
{
border-color: #C14EE4;
}
.TagClassName
{
border-color: #C14EE4;
}
</style>