Shades of Medium Orchid #C14EDB
Tints of Medium Orchid #C14EDB
RGB
CMYK
RGB Variations
Color information
#C14EDB (or 0xC14EDB) is known color: Medium Orchid. HEX triplet: C1, 4E and DB. RGB value is (193,78,219). Sum of RGB (Red+Green+Blue) = 193+78+219=490 (64% of max value = 765). Red value is 193 (75.78% from 255 or 39.39% from 490); Green value is 78 (30.86% from 255 or 15.92% from 490); Blue value is 219 (85.94% from 255 or 44.69% from 490); Max value from RGB is 219 - color contains mainly: blue. Hex color #C14EDB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C14EDB is #3EB124. Grayscale: #808080. Windows color (decimal): -4108581 or 14372545. OLE color: 14372545.
HSL color Cylindrical-coordinate representation of color #C14EDB: hue angle of 288.94º degrees, saturation: 0.66, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #C14EDB is Cyan = 0.12, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 193 | 78 | 219 | - |
| CMYK | 0.12 | 0.64 | 0 | 0.14 |
| HSL | 288.94º | 0.66% | 0.58% | - |
| HSV(B) | 288.94º | 0.64% | 0.86% | - |
| XYZ | 37.5 | 21.9 | 69.27 | - |
| YUV | 128.46 | 179.1 | 174.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 78 | 219 | 0.12 | 0.64 | 0 | 0.14 | 288.94 | 0.66 | 0.58 |
| Hex | C1 | 4E | DB | C | 40 | 0 | E | 121 | 42 | 3A |
| Octal | 301 | 116 | 333 | 14 | 100 | 0 | 16 | 441 | 102 | 72 |
| Binary | 11000001 | 1001110 | 11011011 | 1100 | 1000000 | 0 | 1110 | 100100001 | 1000010 | 111010 |
Color Harmonies of #C14EDB
Complementary color
Monochromatic Colors of #C14EDB
Black with #C14EDB
Text Example
Text Example
White with #C14EDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C14EDB; }
p { color: rgb(193,78,219); }
H1.HeaderClassName
{
color: #C14EDB;
}
.AnyTagClassName
{
color: #C14EDB;
}
</style>
background-color css
<style>
a { background-color: #C14EDB; }
a { background-color: rgb(193,78,219); }
div.DivClassName
{
background-color: #C14EDB;
}
.BgClassName
{
background-color: #C14EDB;
}
</style>
border-color css
<style>
span { border-color: #C14EDB; }
span { border-color: rgb(193,78,219); }
td.TdClassName
{
border-color: #C14EDB;
}
.TagClassName
{
border-color: #C14EDB;
}
</style>