Shades of Medium Orchid #C549DF
Tints of Medium Orchid #C549DF
RGB
CMYK
RGB Variations
Color information
#C549DF (or 0xC549DF) is known color: Medium Orchid. HEX triplet: C5, 49 and DF. RGB value is (197,73,223). Sum of RGB (Red+Green+Blue) = 197+73+223=493 (65% of max value = 765). Red value is 197 (77.34% from 255 or 39.96% from 493); Green value is 73 (28.91% from 255 or 14.81% from 493); Blue value is 223 (87.5% from 255 or 45.23% from 493); Max value from RGB is 223 - color contains mainly: blue. Hex color #C549DF is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C549DF is #3AB620. Grayscale: #7E7E7E. Windows color (decimal): -3847713 or 14633413. OLE color: 14633413.
HSL color Cylindrical-coordinate representation of color #C549DF: hue angle of 289.6º degrees, saturation: 0.7, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #C549DF is Cyan = 0.12, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 197 | 73 | 223 | - |
| CMYK | 0.12 | 0.67 | 0 | 0.13 |
| HSL | 289.6º | 0.7% | 0.58% | - |
| HSV(B) | 289.6º | 0.67% | 0.87% | - |
| XYZ | 38.73 | 21.96 | 72.01 | - |
| YUV | 127.18 | 182.08 | 177.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 73 | 223 | 0.12 | 0.67 | 0 | 0.13 | 289.6 | 0.7 | 0.58 |
| Hex | C5 | 49 | DF | C | 43 | 0 | D | 122 | 46 | 3A |
| Octal | 305 | 111 | 337 | 14 | 103 | 0 | 15 | 442 | 106 | 72 |
| Binary | 11000101 | 1001001 | 11011111 | 1100 | 1000011 | 0 | 1101 | 100100010 | 1000110 | 111010 |
Color Harmonies of #C549DF
Complementary color
Monochromatic Colors of #C549DF
Black with #C549DF
Text Example
Text Example
White with #C549DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C549DF; }
p { color: rgb(197,73,223); }
H1.HeaderClassName
{
color: #C549DF;
}
.AnyTagClassName
{
color: #C549DF;
}
</style>
background-color css
<style>
a { background-color: #C549DF; }
a { background-color: rgb(197,73,223); }
div.DivClassName
{
background-color: #C549DF;
}
.BgClassName
{
background-color: #C549DF;
}
</style>
border-color css
<style>
span { border-color: #C549DF; }
span { border-color: rgb(197,73,223); }
td.TdClassName
{
border-color: #C549DF;
}
.TagClassName
{
border-color: #C549DF;
}
</style>