Shades of Medium Orchid #C547DD
Tints of Medium Orchid #C547DD
RGB
CMYK
RGB Variations
Color information
#C547DD (or 0xC547DD) is known color: Medium Orchid. HEX triplet: C5, 47 and DD. RGB value is (197,71,221). Sum of RGB (Red+Green+Blue) = 197+71+221=489 (64% of max value = 765). Red value is 197 (77.34% from 255 or 40.29% from 489); Green value is 71 (28.12% from 255 or 14.52% from 489); Blue value is 221 (86.72% from 255 or 45.19% from 489); Max value from RGB is 221 - color contains mainly: blue. Hex color #C547DD is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C547DD is #3AB822. Grayscale: #7D7D7D. Windows color (decimal): -3848227 or 14501829. OLE color: 14501829.
HSL color Cylindrical-coordinate representation of color #C547DD: hue angle of 290.4º degrees, saturation: 0.69, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #C547DD is Cyan = 0.11, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 197 | 71 | 221 | - |
| CMYK | 0.11 | 0.68 | 0 | 0.13 |
| HSL | 290.4º | 0.69% | 0.57% | - |
| HSV(B) | 290.4º | 0.68% | 0.87% | - |
| XYZ | 38.33 | 21.6 | 70.56 | - |
| YUV | 125.77 | 181.74 | 178.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 71 | 221 | 0.11 | 0.68 | 0 | 0.13 | 290.4 | 0.69 | 0.57 |
| Hex | C5 | 47 | DD | B | 44 | 0 | D | 122 | 45 | 39 |
| Octal | 305 | 107 | 335 | 13 | 104 | 0 | 15 | 442 | 105 | 71 |
| Binary | 11000101 | 1000111 | 11011101 | 1011 | 1000100 | 0 | 1101 | 100100010 | 1000101 | 111001 |
Color Harmonies of #C547DD
Complementary color
Monochromatic Colors of #C547DD
Black with #C547DD
Text Example
Text Example
White with #C547DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C547DD; }
p { color: rgb(197,71,221); }
H1.HeaderClassName
{
color: #C547DD;
}
.AnyTagClassName
{
color: #C547DD;
}
</style>
background-color css
<style>
a { background-color: #C547DD; }
a { background-color: rgb(197,71,221); }
div.DivClassName
{
background-color: #C547DD;
}
.BgClassName
{
background-color: #C547DD;
}
</style>
border-color css
<style>
span { border-color: #C547DD; }
span { border-color: rgb(197,71,221); }
td.TdClassName
{
border-color: #C547DD;
}
.TagClassName
{
border-color: #C547DD;
}
</style>