Shades of Medium Orchid #C14ADB
Tints of Medium Orchid #C14ADB
RGB
CMYK
RGB Variations
Color information
#C14ADB (or 0xC14ADB) is known color: Medium Orchid. HEX triplet: C1, 4A and DB. RGB value is (193,74,219). Sum of RGB (Red+Green+Blue) = 193+74+219=486 (64% of max value = 765). Red value is 193 (75.78% from 255 or 39.71% from 486); Green value is 74 (29.30% from 255 or 15.23% from 486); Blue value is 219 (85.94% from 255 or 45.06% from 486); Max value from RGB is 219 - color contains mainly: blue. Hex color #C14ADB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C14ADB is #3EB524. Grayscale: #7D7D7D. Windows color (decimal): -4109605 or 14371521. OLE color: 14371521.
HSL color Cylindrical-coordinate representation of color #C14ADB: hue angle of 289.24º degrees, saturation: 0.67, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #C14ADB is Cyan = 0.12, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 193 | 74 | 219 | - |
| CMYK | 0.12 | 0.66 | 0 | 0.14 |
| HSL | 289.24º | 0.67% | 0.57% | - |
| HSV(B) | 289.24º | 0.66% | 0.86% | - |
| XYZ | 37.23 | 21.35 | 69.18 | - |
| YUV | 126.11 | 180.42 | 175.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 74 | 219 | 0.12 | 0.66 | 0 | 0.14 | 289.24 | 0.67 | 0.57 |
| Hex | C1 | 4A | DB | C | 42 | 0 | E | 121 | 43 | 39 |
| Octal | 301 | 112 | 333 | 14 | 102 | 0 | 16 | 441 | 103 | 71 |
| Binary | 11000001 | 1001010 | 11011011 | 1100 | 1000010 | 0 | 1110 | 100100001 | 1000011 | 111001 |
Color Harmonies of #C14ADB
Complementary color
Monochromatic Colors of #C14ADB
Black with #C14ADB
Text Example
Text Example
White with #C14ADB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C14ADB; }
p { color: rgb(193,74,219); }
H1.HeaderClassName
{
color: #C14ADB;
}
.AnyTagClassName
{
color: #C14ADB;
}
</style>
background-color css
<style>
a { background-color: #C14ADB; }
a { background-color: rgb(193,74,219); }
div.DivClassName
{
background-color: #C14ADB;
}
.BgClassName
{
background-color: #C14ADB;
}
</style>
border-color css
<style>
span { border-color: #C14ADB; }
span { border-color: rgb(193,74,219); }
td.TdClassName
{
border-color: #C14ADB;
}
.TagClassName
{
border-color: #C14ADB;
}
</style>