Shades of Medium Orchid #C12ADB
Tints of Medium Orchid #C12ADB
RGB
CMYK
RGB Variations
Color information
#C12ADB (or 0xC12ADB) is known color: Medium Orchid. HEX triplet: C1, 2A and DB. RGB value is (193,42,219). Sum of RGB (Red+Green+Blue) = 193+42+219=454 (60% of max value = 765). Red value is 193 (75.78% from 255 or 42.51% from 454); Green value is 42 (16.80% from 255 or 9.25% from 454); Blue value is 219 (85.94% from 255 or 48.24% from 454); Max value from RGB is 219 - color contains mainly: blue. Hex color #C12ADB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C12ADB is #3ED524. Grayscale: #6A6A6A. Windows color (decimal): -4117797 or 14363329. OLE color: 14363329.
HSL color Cylindrical-coordinate representation of color #C12ADB: hue angle of 291.19º degrees, saturation: 0.71, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #C12ADB is Cyan = 0.12, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 193 | 42 | 219 | - |
| CMYK | 0.12 | 0.81 | 0 | 0.14 |
| HSL | 291.19º | 0.71% | 0.51% | - |
| HSV(B) | 291.19º | 0.81% | 0.86% | - |
| XYZ | 35.61 | 18.11 | 68.64 | - |
| YUV | 107.33 | 191.03 | 189.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 42 | 219 | 0.12 | 0.81 | 0 | 0.14 | 291.19 | 0.71 | 0.51 |
| Hex | C1 | 2A | DB | C | 51 | 0 | E | 123 | 47 | 33 |
| Octal | 301 | 52 | 333 | 14 | 121 | 0 | 16 | 443 | 107 | 63 |
| Binary | 11000001 | 101010 | 11011011 | 1100 | 1010001 | 0 | 1110 | 100100011 | 1000111 | 110011 |
Color Harmonies of #C12ADB
Complementary color
Monochromatic Colors of #C12ADB
Black with #C12ADB
Text Example
Text Example
White with #C12ADB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C12ADB; }
p { color: rgb(193,42,219); }
H1.HeaderClassName
{
color: #C12ADB;
}
.AnyTagClassName
{
color: #C12ADB;
}
</style>
background-color css
<style>
a { background-color: #C12ADB; }
a { background-color: rgb(193,42,219); }
div.DivClassName
{
background-color: #C12ADB;
}
.BgClassName
{
background-color: #C12ADB;
}
</style>
border-color css
<style>
span { border-color: #C12ADB; }
span { border-color: rgb(193,42,219); }
td.TdClassName
{
border-color: #C12ADB;
}
.TagClassName
{
border-color: #C12ADB;
}
</style>