Shades of Medium Orchid #C14EEA
Tints of Medium Orchid #C14EEA
RGB
CMYK
RGB Variations
Color information
#C14EEA (or 0xC14EEA) is known color: Medium Orchid. HEX triplet: C1, 4E and EA. RGB value is (193,78,234). Sum of RGB (Red+Green+Blue) = 193+78+234=505 (66% of max value = 765). Red value is 193 (75.78% from 255 or 38.22% from 505); Green value is 78 (30.86% from 255 or 15.45% from 505); Blue value is 234 (91.80% from 255 or 46.34% from 505); Max value from RGB is 234 - color contains mainly: blue. Hex color #C14EEA is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C14EEA is #3EB115. Grayscale: #818181. Windows color (decimal): -4108566 or 15355585. OLE color: 15355585.
HSL color Cylindrical-coordinate representation of color #C14EEA: hue angle of 284.23º degrees, saturation: 0.79, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #C14EEA is Cyan = 0.18, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 193 | 78 | 234 | - |
| CMYK | 0.18 | 0.67 | 0 | 0.08 |
| HSL | 284.23º | 0.79% | 0.61% | - |
| HSV(B) | 284.23º | 0.67% | 0.92% | - |
| XYZ | 39.57 | 22.73 | 80.14 | - |
| YUV | 130.17 | 186.6 | 172.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 78 | 234 | 0.18 | 0.67 | 0 | 0.08 | 284.23 | 0.79 | 0.61 |
| Hex | C1 | 4E | EA | 12 | 43 | 0 | 8 | 11C | 4F | 3D |
| Octal | 301 | 116 | 352 | 22 | 103 | 0 | 10 | 434 | 117 | 75 |
| Binary | 11000001 | 1001110 | 11101010 | 10010 | 1000011 | 0 | 1000 | 100011100 | 1001111 | 111101 |
Color Harmonies of #C14EEA
Complementary color
Monochromatic Colors of #C14EEA
Black with #C14EEA
Text Example
Text Example
White with #C14EEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C14EEA; }
p { color: rgb(193,78,234); }
H1.HeaderClassName
{
color: #C14EEA;
}
.AnyTagClassName
{
color: #C14EEA;
}
</style>
background-color css
<style>
a { background-color: #C14EEA; }
a { background-color: rgb(193,78,234); }
div.DivClassName
{
background-color: #C14EEA;
}
.BgClassName
{
background-color: #C14EEA;
}
</style>
border-color css
<style>
span { border-color: #C14EEA; }
span { border-color: rgb(193,78,234); }
td.TdClassName
{
border-color: #C14EEA;
}
.TagClassName
{
border-color: #C14EEA;
}
</style>