Shades of Medium Orchid #C547DF
Tints of Medium Orchid #C547DF
RGB
CMYK
RGB Variations
Color information
#C547DF (or 0xC547DF) is known color: Medium Orchid. HEX triplet: C5, 47 and DF. RGB value is (197,71,223). Sum of RGB (Red+Green+Blue) = 197+71+223=491 (65% of max value = 765). Red value is 197 (77.34% from 255 or 40.12% from 491); Green value is 71 (28.12% from 255 or 14.46% from 491); Blue value is 223 (87.5% from 255 or 45.42% from 491); Max value from RGB is 223 - color contains mainly: blue. Hex color #C547DF is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C547DF is #3AB820. Grayscale: #7D7D7D. Windows color (decimal): -3848225 or 14632901. OLE color: 14632901.
HSL color Cylindrical-coordinate representation of color #C547DF: hue angle of 289.74º degrees, saturation: 0.7, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #C547DF is Cyan = 0.12, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 197 | 71 | 223 | - |
| CMYK | 0.12 | 0.68 | 0 | 0.13 |
| HSL | 289.74º | 0.7% | 0.58% | - |
| HSV(B) | 289.74º | 0.68% | 0.87% | - |
| XYZ | 38.6 | 21.7 | 71.97 | - |
| YUV | 126 | 182.74 | 178.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 71 | 223 | 0.12 | 0.68 | 0 | 0.13 | 289.74 | 0.7 | 0.58 |
| Hex | C5 | 47 | DF | C | 44 | 0 | D | 122 | 46 | 3A |
| Octal | 305 | 107 | 337 | 14 | 104 | 0 | 15 | 442 | 106 | 72 |
| Binary | 11000101 | 1000111 | 11011111 | 1100 | 1000100 | 0 | 1101 | 100100010 | 1000110 | 111010 |
Color Harmonies of #C547DF
Complementary color
Monochromatic Colors of #C547DF
Black with #C547DF
Text Example
Text Example
White with #C547DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C547DF; }
p { color: rgb(197,71,223); }
H1.HeaderClassName
{
color: #C547DF;
}
.AnyTagClassName
{
color: #C547DF;
}
</style>
background-color css
<style>
a { background-color: #C547DF; }
a { background-color: rgb(197,71,223); }
div.DivClassName
{
background-color: #C547DF;
}
.BgClassName
{
background-color: #C547DF;
}
</style>
border-color css
<style>
span { border-color: #C547DF; }
span { border-color: rgb(197,71,223); }
td.TdClassName
{
border-color: #C547DF;
}
.TagClassName
{
border-color: #C547DF;
}
</style>