Shades of Medium Orchid #C540DF
Tints of Medium Orchid #C540DF
RGB
CMYK
RGB Variations
Color information
#C540DF (or 0xC540DF) is known color: Medium Orchid. HEX triplet: C5, 40 and DF. RGB value is (197,64,223). Sum of RGB (Red+Green+Blue) = 197+64+223=484 (64% of max value = 765). Red value is 197 (77.34% from 255 or 40.70% from 484); Green value is 64 (25.39% from 255 or 13.22% from 484); Blue value is 223 (87.5% from 255 or 46.07% from 484); Max value from RGB is 223 - color contains mainly: blue. Hex color #C540DF is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C540DF is #3ABF20. Grayscale: #797979. Windows color (decimal): -3850017 or 14631109. OLE color: 14631109.
HSL color Cylindrical-coordinate representation of color #C540DF: hue angle of 290.19º degrees, saturation: 0.71, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #C540DF is Cyan = 0.12, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 197 | 64 | 223 | - |
| CMYK | 0.12 | 0.71 | 0 | 0.13 |
| HSL | 290.19º | 0.71% | 0.56% | - |
| HSV(B) | 290.19º | 0.71% | 0.87% | - |
| XYZ | 38.18 | 20.86 | 71.83 | - |
| YUV | 121.89 | 185.06 | 181.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 64 | 223 | 0.12 | 0.71 | 0 | 0.13 | 290.19 | 0.71 | 0.56 |
| Hex | C5 | 40 | DF | C | 47 | 0 | D | 122 | 47 | 38 |
| Octal | 305 | 100 | 337 | 14 | 107 | 0 | 15 | 442 | 107 | 70 |
| Binary | 11000101 | 1000000 | 11011111 | 1100 | 1000111 | 0 | 1101 | 100100010 | 1000111 | 111000 |
Color Harmonies of #C540DF
Complementary color
Monochromatic Colors of #C540DF
Black with #C540DF
Text Example
Text Example
White with #C540DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C540DF; }
p { color: rgb(197,64,223); }
H1.HeaderClassName
{
color: #C540DF;
}
.AnyTagClassName
{
color: #C540DF;
}
</style>
background-color css
<style>
a { background-color: #C540DF; }
a { background-color: rgb(197,64,223); }
div.DivClassName
{
background-color: #C540DF;
}
.BgClassName
{
background-color: #C540DF;
}
</style>
border-color css
<style>
span { border-color: #C540DF; }
span { border-color: rgb(197,64,223); }
td.TdClassName
{
border-color: #C540DF;
}
.TagClassName
{
border-color: #C540DF;
}
</style>