Shades of Medium Orchid #C449DB
Tints of Medium Orchid #C449DB
RGB
CMYK
RGB Variations
Color information
#C449DB (or 0xC449DB) is known color: Medium Orchid. HEX triplet: C4, 49 and DB. RGB value is (196,73,219). Sum of RGB (Red+Green+Blue) = 196+73+219=488 (64% of max value = 765). Red value is 196 (76.95% from 255 or 40.16% from 488); Green value is 73 (28.91% from 255 or 14.96% from 488); Blue value is 219 (85.94% from 255 or 44.88% from 488); Max value from RGB is 219 - color contains mainly: blue. Hex color #C449DB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C449DB is #3BB624. Grayscale: #7D7D7D. Windows color (decimal): -3913253 or 14371268. OLE color: 14371268.
HSL color Cylindrical-coordinate representation of color #C449DB: hue angle of 290.55º degrees, saturation: 0.67, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #C449DB is Cyan = 0.11, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 196 | 73 | 219 | - |
| CMYK | 0.11 | 0.67 | 0 | 0.14 |
| HSL | 290.55º | 0.67% | 0.57% | - |
| HSV(B) | 290.55º | 0.67% | 0.86% | - |
| XYZ | 37.93 | 21.62 | 69.19 | - |
| YUV | 126.42 | 180.25 | 177.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 73 | 219 | 0.11 | 0.67 | 0 | 0.14 | 290.55 | 0.67 | 0.57 |
| Hex | C4 | 49 | DB | B | 43 | 0 | E | 123 | 43 | 39 |
| Octal | 304 | 111 | 333 | 13 | 103 | 0 | 16 | 443 | 103 | 71 |
| Binary | 11000100 | 1001001 | 11011011 | 1011 | 1000011 | 0 | 1110 | 100100011 | 1000011 | 111001 |
Color Harmonies of #C449DB
Complementary color
Monochromatic Colors of #C449DB
Black with #C449DB
Text Example
Text Example
White with #C449DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C449DB; }
p { color: rgb(196,73,219); }
H1.HeaderClassName
{
color: #C449DB;
}
.AnyTagClassName
{
color: #C449DB;
}
</style>
background-color css
<style>
a { background-color: #C449DB; }
a { background-color: rgb(196,73,219); }
div.DivClassName
{
background-color: #C449DB;
}
.BgClassName
{
background-color: #C449DB;
}
</style>
border-color css
<style>
span { border-color: #C449DB; }
span { border-color: rgb(196,73,219); }
td.TdClassName
{
border-color: #C449DB;
}
.TagClassName
{
border-color: #C449DB;
}
</style>