Shades of Medium Orchid #C44DDB
Tints of Medium Orchid #C44DDB
RGB
CMYK
RGB Variations
Color information
#C44DDB (or 0xC44DDB) is known color: Medium Orchid. HEX triplet: C4, 4D and DB. RGB value is (196,77,219). Sum of RGB (Red+Green+Blue) = 196+77+219=492 (65% of max value = 765). Red value is 196 (76.95% from 255 or 39.84% from 492); Green value is 77 (30.47% from 255 or 15.65% from 492); Blue value is 219 (85.94% from 255 or 44.51% from 492); Max value from RGB is 219 - color contains mainly: blue. Hex color #C44DDB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C44DDB is #3BB224. Grayscale: #808080. Windows color (decimal): -3912229 or 14372292. OLE color: 14372292.
HSL color Cylindrical-coordinate representation of color #C44DDB: hue angle of 290.28º 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 #C44DDB is Cyan = 0.11, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 196 | 77 | 219 | - |
| CMYK | 0.11 | 0.65 | 0 | 0.14 |
| HSL | 290.28º | 0.66% | 0.58% | - |
| HSV(B) | 290.28º | 0.65% | 0.86% | - |
| XYZ | 38.21 | 22.16 | 69.28 | - |
| YUV | 128.77 | 178.92 | 175.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 77 | 219 | 0.11 | 0.65 | 0 | 0.14 | 290.28 | 0.66 | 0.58 |
| Hex | C4 | 4D | DB | B | 41 | 0 | E | 122 | 42 | 3A |
| Octal | 304 | 115 | 333 | 13 | 101 | 0 | 16 | 442 | 102 | 72 |
| Binary | 11000100 | 1001101 | 11011011 | 1011 | 1000001 | 0 | 1110 | 100100010 | 1000010 | 111010 |
Color Harmonies of #C44DDB
Complementary color
Monochromatic Colors of #C44DDB
Black with #C44DDB
Text Example
Text Example
White with #C44DDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C44DDB; }
p { color: rgb(196,77,219); }
H1.HeaderClassName
{
color: #C44DDB;
}
.AnyTagClassName
{
color: #C44DDB;
}
</style>
background-color css
<style>
a { background-color: #C44DDB; }
a { background-color: rgb(196,77,219); }
div.DivClassName
{
background-color: #C44DDB;
}
.BgClassName
{
background-color: #C44DDB;
}
</style>
border-color css
<style>
span { border-color: #C44DDB; }
span { border-color: rgb(196,77,219); }
td.TdClassName
{
border-color: #C44DDB;
}
.TagClassName
{
border-color: #C44DDB;
}
</style>