Shades of Medium Orchid #C44FDB
Tints of Medium Orchid #C44FDB
RGB
CMYK
RGB Variations
Color information
#C44FDB (or 0xC44FDB) is known color: Medium Orchid. HEX triplet: C4, 4F and DB. RGB value is (196,79,219). Sum of RGB (Red+Green+Blue) = 196+79+219=494 (65% of max value = 765). Red value is 196 (76.95% from 255 or 39.68% from 494); Green value is 79 (31.25% from 255 or 15.99% from 494); Blue value is 219 (85.94% from 255 or 44.33% from 494); Max value from RGB is 219 - color contains mainly: blue. Hex color #C44FDB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C44FDB is #3BB024. Grayscale: #818181. Windows color (decimal): -3911717 or 14372804. OLE color: 14372804.
HSL color Cylindrical-coordinate representation of color #C44FDB: hue angle of 290.14º degrees, saturation: 0.66, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #C44FDB is Cyan = 0.11, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 196 | 79 | 219 | - |
| CMYK | 0.11 | 0.64 | 0 | 0.14 |
| HSL | 290.14º | 0.66% | 0.58% | - |
| HSV(B) | 290.14º | 0.64% | 0.86% | - |
| XYZ | 38.35 | 22.44 | 69.33 | - |
| YUV | 129.94 | 178.26 | 175.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 79 | 219 | 0.11 | 0.64 | 0 | 0.14 | 290.14 | 0.66 | 0.58 |
| Hex | C4 | 4F | DB | B | 40 | 0 | E | 122 | 42 | 3A |
| Octal | 304 | 117 | 333 | 13 | 100 | 0 | 16 | 442 | 102 | 72 |
| Binary | 11000100 | 1001111 | 11011011 | 1011 | 1000000 | 0 | 1110 | 100100010 | 1000010 | 111010 |
Color Harmonies of #C44FDB
Complementary color
Monochromatic Colors of #C44FDB
Black with #C44FDB
Text Example
Text Example
White with #C44FDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C44FDB; }
p { color: rgb(196,79,219); }
H1.HeaderClassName
{
color: #C44FDB;
}
.AnyTagClassName
{
color: #C44FDB;
}
</style>
background-color css
<style>
a { background-color: #C44FDB; }
a { background-color: rgb(196,79,219); }
div.DivClassName
{
background-color: #C44FDB;
}
.BgClassName
{
background-color: #C44FDB;
}
</style>
border-color css
<style>
span { border-color: #C44FDB; }
span { border-color: rgb(196,79,219); }
td.TdClassName
{
border-color: #C44FDB;
}
.TagClassName
{
border-color: #C44FDB;
}
</style>