Shades of Medium Orchid #C44BDB
Tints of Medium Orchid #C44BDB
RGB
CMYK
RGB Variations
Color information
#C44BDB (or 0xC44BDB) is known color: Medium Orchid. HEX triplet: C4, 4B and DB. RGB value is (196,75,219). Sum of RGB (Red+Green+Blue) = 196+75+219=490 (64% of max value = 765). Red value is 196 (76.95% from 255 or 40% from 490); Green value is 75 (29.69% from 255 or 15.31% from 490); Blue value is 219 (85.94% from 255 or 44.69% from 490); Max value from RGB is 219 - color contains mainly: blue. Hex color #C44BDB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C44BDB is #3BB424. Grayscale: #7F7F7F. Windows color (decimal): -3912741 or 14371780. OLE color: 14371780.
HSL color Cylindrical-coordinate representation of color #C44BDB: hue angle of 290.42º 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 #C44BDB is Cyan = 0.11, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 196 | 75 | 219 | - |
| CMYK | 0.11 | 0.66 | 0 | 0.14 |
| HSL | 290.42º | 0.67% | 0.58% | - |
| HSV(B) | 290.42º | 0.66% | 0.86% | - |
| XYZ | 38.07 | 21.88 | 69.24 | - |
| YUV | 127.6 | 179.59 | 176.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 75 | 219 | 0.11 | 0.66 | 0 | 0.14 | 290.42 | 0.67 | 0.58 |
| Hex | C4 | 4B | DB | B | 42 | 0 | E | 122 | 43 | 3A |
| Octal | 304 | 113 | 333 | 13 | 102 | 0 | 16 | 442 | 103 | 72 |
| Binary | 11000100 | 1001011 | 11011011 | 1011 | 1000010 | 0 | 1110 | 100100010 | 1000011 | 111010 |
Color Harmonies of #C44BDB
Complementary color
Monochromatic Colors of #C44BDB
Black with #C44BDB
Text Example
Text Example
White with #C44BDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C44BDB; }
p { color: rgb(196,75,219); }
H1.HeaderClassName
{
color: #C44BDB;
}
.AnyTagClassName
{
color: #C44BDB;
}
</style>
background-color css
<style>
a { background-color: #C44BDB; }
a { background-color: rgb(196,75,219); }
div.DivClassName
{
background-color: #C44BDB;
}
.BgClassName
{
background-color: #C44BDB;
}
</style>
border-color css
<style>
span { border-color: #C44BDB; }
span { border-color: rgb(196,75,219); }
td.TdClassName
{
border-color: #C44BDB;
}
.TagClassName
{
border-color: #C44BDB;
}
</style>