Shades of Medium Orchid #C14BDB
Tints of Medium Orchid #C14BDB
RGB
CMYK
RGB Variations
Color information
#C14BDB (or 0xC14BDB) is known color: Medium Orchid. HEX triplet: C1, 4B and DB. RGB value is (193,75,219). Sum of RGB (Red+Green+Blue) = 193+75+219=487 (64% of max value = 765). Red value is 193 (75.78% from 255 or 39.63% from 487); Green value is 75 (29.69% from 255 or 15.40% from 487); Blue value is 219 (85.94% from 255 or 44.97% from 487); Max value from RGB is 219 - color contains mainly: blue. Hex color #C14BDB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C14BDB is #3EB424. Grayscale: #7E7E7E. Windows color (decimal): -4109349 or 14371777. OLE color: 14371777.
HSL color Cylindrical-coordinate representation of color #C14BDB: hue angle of 289.17º degrees, saturation: 0.67, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #C14BDB is Cyan = 0.12, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 193 | 75 | 219 | - |
| CMYK | 0.12 | 0.66 | 0 | 0.14 |
| HSL | 289.17º | 0.67% | 0.58% | - |
| HSV(B) | 289.17º | 0.66% | 0.86% | - |
| XYZ | 37.29 | 21.48 | 69.2 | - |
| YUV | 126.7 | 180.09 | 175.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 75 | 219 | 0.12 | 0.66 | 0 | 0.14 | 289.17 | 0.67 | 0.58 |
| Hex | C1 | 4B | DB | C | 42 | 0 | E | 121 | 43 | 3A |
| Octal | 301 | 113 | 333 | 14 | 102 | 0 | 16 | 441 | 103 | 72 |
| Binary | 11000001 | 1001011 | 11011011 | 1100 | 1000010 | 0 | 1110 | 100100001 | 1000011 | 111010 |
Color Harmonies of #C14BDB
Complementary color
Monochromatic Colors of #C14BDB
Black with #C14BDB
Text Example
Text Example
White with #C14BDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C14BDB; }
p { color: rgb(193,75,219); }
H1.HeaderClassName
{
color: #C14BDB;
}
.AnyTagClassName
{
color: #C14BDB;
}
</style>
background-color css
<style>
a { background-color: #C14BDB; }
a { background-color: rgb(193,75,219); }
div.DivClassName
{
background-color: #C14BDB;
}
.BgClassName
{
background-color: #C14BDB;
}
</style>
border-color css
<style>
span { border-color: #C14BDB; }
span { border-color: rgb(193,75,219); }
td.TdClassName
{
border-color: #C14BDB;
}
.TagClassName
{
border-color: #C14BDB;
}
</style>