Shades of Medium Orchid #C14DDB
Tints of Medium Orchid #C14DDB
RGB
CMYK
RGB Variations
Color information
#C14DDB (or 0xC14DDB) is known color: Medium Orchid. HEX triplet: C1, 4D and DB. RGB value is (193,77,219). Sum of RGB (Red+Green+Blue) = 193+77+219=489 (64% of max value = 765). Red value is 193 (75.78% from 255 or 39.47% from 489); Green value is 77 (30.47% from 255 or 15.75% from 489); Blue value is 219 (85.94% from 255 or 44.79% from 489); Max value from RGB is 219 - color contains mainly: blue. Hex color #C14DDB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C14DDB is #3EB224. Grayscale: #7F7F7F. Windows color (decimal): -4108837 or 14372289. OLE color: 14372289.
HSL color Cylindrical-coordinate representation of color #C14DDB: hue angle of 289.01º degrees, saturation: 0.66, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #C14DDB is Cyan = 0.12, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 193 | 77 | 219 | - |
| CMYK | 0.12 | 0.65 | 0 | 0.14 |
| HSL | 289.01º | 0.66% | 0.58% | - |
| HSV(B) | 289.01º | 0.65% | 0.86% | - |
| XYZ | 37.43 | 21.76 | 69.24 | - |
| YUV | 127.87 | 179.43 | 174.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 77 | 219 | 0.12 | 0.65 | 0 | 0.14 | 289.01 | 0.66 | 0.58 |
| Hex | C1 | 4D | DB | C | 41 | 0 | E | 121 | 42 | 3A |
| Octal | 301 | 115 | 333 | 14 | 101 | 0 | 16 | 441 | 102 | 72 |
| Binary | 11000001 | 1001101 | 11011011 | 1100 | 1000001 | 0 | 1110 | 100100001 | 1000010 | 111010 |
Color Harmonies of #C14DDB
Complementary color
Monochromatic Colors of #C14DDB
Black with #C14DDB
Text Example
Text Example
White with #C14DDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C14DDB; }
p { color: rgb(193,77,219); }
H1.HeaderClassName
{
color: #C14DDB;
}
.AnyTagClassName
{
color: #C14DDB;
}
</style>
background-color css
<style>
a { background-color: #C14DDB; }
a { background-color: rgb(193,77,219); }
div.DivClassName
{
background-color: #C14DDB;
}
.BgClassName
{
background-color: #C14DDB;
}
</style>
border-color css
<style>
span { border-color: #C14DDB; }
span { border-color: rgb(193,77,219); }
td.TdClassName
{
border-color: #C14DDB;
}
.TagClassName
{
border-color: #C14DDB;
}
</style>