Shades of Medium Orchid #C547DB
Tints of Medium Orchid #C547DB
RGB
CMYK
RGB Variations
Color information
#C547DB (or 0xC547DB) is known color: Medium Orchid. HEX triplet: C5, 47 and DB. RGB value is (197,71,219). Sum of RGB (Red+Green+Blue) = 197+71+219=487 (64% of max value = 765). Red value is 197 (77.34% from 255 or 40.45% from 487); Green value is 71 (28.12% from 255 or 14.58% from 487); Blue value is 219 (85.94% from 255 or 44.97% from 487); Max value from RGB is 219 - color contains mainly: blue. Hex color #C547DB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C547DB is #3AB824. Grayscale: #7D7D7D. Windows color (decimal): -3848229 or 14370757. OLE color: 14370757.
HSL color Cylindrical-coordinate representation of color #C547DB: hue angle of 291.08º degrees, saturation: 0.67, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #C547DB is Cyan = 0.10, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 197 | 71 | 219 | - |
| CMYK | 0.10 | 0.68 | 0 | 0.14 |
| HSL | 291.08º | 0.67% | 0.57% | - |
| HSV(B) | 291.08º | 0.68% | 0.86% | - |
| XYZ | 38.07 | 21.49 | 69.16 | - |
| YUV | 125.55 | 180.74 | 178.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 71 | 219 | 0.10 | 0.68 | 0 | 0.14 | 291.08 | 0.67 | 0.57 |
| Hex | C5 | 47 | DB | A | 44 | 0 | E | 123 | 43 | 39 |
| Octal | 305 | 107 | 333 | 12 | 104 | 0 | 16 | 443 | 103 | 71 |
| Binary | 11000101 | 1000111 | 11011011 | 1010 | 1000100 | 0 | 1110 | 100100011 | 1000011 | 111001 |
Color Harmonies of #C547DB
Complementary color
Monochromatic Colors of #C547DB
Black with #C547DB
Text Example
Text Example
White with #C547DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C547DB; }
p { color: rgb(197,71,219); }
H1.HeaderClassName
{
color: #C547DB;
}
.AnyTagClassName
{
color: #C547DB;
}
</style>
background-color css
<style>
a { background-color: #C547DB; }
a { background-color: rgb(197,71,219); }
div.DivClassName
{
background-color: #C547DB;
}
.BgClassName
{
background-color: #C547DB;
}
</style>
border-color css
<style>
span { border-color: #C547DB; }
span { border-color: rgb(197,71,219); }
td.TdClassName
{
border-color: #C547DB;
}
.TagClassName
{
border-color: #C547DB;
}
</style>