Shades of Medium Orchid #C44ADB
Tints of Medium Orchid #C44ADB
RGB
CMYK
RGB Variations
Color information
#C44ADB (or 0xC44ADB) is known color: Medium Orchid. HEX triplet: C4, 4A and DB. RGB value is (196,74,219). Sum of RGB (Red+Green+Blue) = 196+74+219=489 (64% of max value = 765). Red value is 196 (76.95% from 255 or 40.08% from 489); Green value is 74 (29.30% from 255 or 15.13% 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 #C44ADB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C44ADB is #3BB524. Grayscale: #7E7E7E. Windows color (decimal): -3912997 or 14371524. OLE color: 14371524.
HSL color Cylindrical-coordinate representation of color #C44ADB: hue angle of 290.48º 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 #C44ADB is Cyan = 0.11, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 196 | 74 | 219 | - |
| CMYK | 0.11 | 0.66 | 0 | 0.14 |
| HSL | 290.48º | 0.67% | 0.57% | - |
| HSV(B) | 290.48º | 0.66% | 0.86% | - |
| XYZ | 38 | 21.75 | 69.21 | - |
| YUV | 127.01 | 179.92 | 177.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 74 | 219 | 0.11 | 0.66 | 0 | 0.14 | 290.48 | 0.67 | 0.57 |
| Hex | C4 | 4A | DB | B | 42 | 0 | E | 122 | 43 | 39 |
| Octal | 304 | 112 | 333 | 13 | 102 | 0 | 16 | 442 | 103 | 71 |
| Binary | 11000100 | 1001010 | 11011011 | 1011 | 1000010 | 0 | 1110 | 100100010 | 1000011 | 111001 |
Color Harmonies of #C44ADB
Complementary color
Monochromatic Colors of #C44ADB
Black with #C44ADB
Text Example
Text Example
White with #C44ADB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C44ADB; }
p { color: rgb(196,74,219); }
H1.HeaderClassName
{
color: #C44ADB;
}
.AnyTagClassName
{
color: #C44ADB;
}
</style>
background-color css
<style>
a { background-color: #C44ADB; }
a { background-color: rgb(196,74,219); }
div.DivClassName
{
background-color: #C44ADB;
}
.BgClassName
{
background-color: #C44ADB;
}
</style>
border-color css
<style>
span { border-color: #C44ADB; }
span { border-color: rgb(196,74,219); }
td.TdClassName
{
border-color: #C44ADB;
}
.TagClassName
{
border-color: #C44ADB;
}
</style>