Shades of Medium Orchid #C549DB
Tints of Medium Orchid #C549DB
RGB
CMYK
RGB Variations
Color information
#C549DB (or 0xC549DB) is known color: Medium Orchid. HEX triplet: C5, 49 and DB. RGB value is (197,73,219). Sum of RGB (Red+Green+Blue) = 197+73+219=489 (64% of max value = 765). Red value is 197 (77.34% from 255 or 40.29% from 489); Green value is 73 (28.91% from 255 or 14.93% 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 #C549DB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C549DB is #3AB624. Grayscale: #7E7E7E. Windows color (decimal): -3847717 or 14371269. OLE color: 14371269.
HSL color Cylindrical-coordinate representation of color #C549DB: hue angle of 290.96º 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 #C549DB is Cyan = 0.10, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 197 | 73 | 219 | - |
| CMYK | 0.10 | 0.67 | 0 | 0.14 |
| HSL | 290.96º | 0.67% | 0.57% | - |
| HSV(B) | 290.96º | 0.67% | 0.86% | - |
| XYZ | 38.19 | 21.75 | 69.2 | - |
| YUV | 126.72 | 180.08 | 178.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 73 | 219 | 0.10 | 0.67 | 0 | 0.14 | 290.96 | 0.67 | 0.57 |
| Hex | C5 | 49 | DB | A | 43 | 0 | E | 123 | 43 | 39 |
| Octal | 305 | 111 | 333 | 12 | 103 | 0 | 16 | 443 | 103 | 71 |
| Binary | 11000101 | 1001001 | 11011011 | 1010 | 1000011 | 0 | 1110 | 100100011 | 1000011 | 111001 |
Color Harmonies of #C549DB
Complementary color
Monochromatic Colors of #C549DB
Black with #C549DB
Text Example
Text Example
White with #C549DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C549DB; }
p { color: rgb(197,73,219); }
H1.HeaderClassName
{
color: #C549DB;
}
.AnyTagClassName
{
color: #C549DB;
}
</style>
background-color css
<style>
a { background-color: #C549DB; }
a { background-color: rgb(197,73,219); }
div.DivClassName
{
background-color: #C549DB;
}
.BgClassName
{
background-color: #C549DB;
}
</style>
border-color css
<style>
span { border-color: #C549DB; }
span { border-color: rgb(197,73,219); }
td.TdClassName
{
border-color: #C549DB;
}
.TagClassName
{
border-color: #C549DB;
}
</style>