Shades of Medium Orchid #C540D5
Tints of Medium Orchid #C540D5
RGB
CMYK
RGB Variations
Color information
#C540D5 (or 0xC540D5) is known color: Medium Orchid. HEX triplet: C5, 40 and D5. RGB value is (197,64,213). Sum of RGB (Red+Green+Blue) = 197+64+213=474 (62% of max value = 765). Red value is 197 (77.34% from 255 or 41.56% from 474); Green value is 64 (25.39% from 255 or 13.50% from 474); Blue value is 213 (83.59% from 255 or 44.94% from 474); Max value from RGB is 213 - color contains mainly: blue. Hex color #C540D5 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C540D5 is #3ABF2A. Grayscale: #787878. Windows color (decimal): -3850027 or 13975749. OLE color: 13975749.
HSL color Cylindrical-coordinate representation of color #C540D5: hue angle of 293.56º degrees, saturation: 0.64, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #C540D5 is Cyan = 0.08, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 197 | 64 | 213 | - |
| CMYK | 0.08 | 0.70 | 0 | 0.16 |
| HSL | 293.56º | 0.64% | 0.54% | - |
| HSV(B) | 293.56º | 0.7% | 0.84% | - |
| XYZ | 36.87 | 20.34 | 64.93 | - |
| YUV | 120.75 | 180.06 | 182.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 64 | 213 | 0.08 | 0.70 | 0 | 0.16 | 293.56 | 0.64 | 0.54 |
| Hex | C5 | 40 | D5 | 8 | 46 | 0 | 10 | 126 | 40 | 36 |
| Octal | 305 | 100 | 325 | 10 | 106 | 0 | 20 | 446 | 100 | 66 |
| Binary | 11000101 | 1000000 | 11010101 | 1000 | 1000110 | 0 | 10000 | 100100110 | 1000000 | 110110 |
Color Harmonies of #C540D5
Complementary color
Monochromatic Colors of #C540D5
Black with #C540D5
Text Example
Text Example
White with #C540D5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C540D5; }
p { color: rgb(197,64,213); }
H1.HeaderClassName
{
color: #C540D5;
}
.AnyTagClassName
{
color: #C540D5;
}
</style>
background-color css
<style>
a { background-color: #C540D5; }
a { background-color: rgb(197,64,213); }
div.DivClassName
{
background-color: #C540D5;
}
.BgClassName
{
background-color: #C540D5;
}
</style>
border-color css
<style>
span { border-color: #C540D5; }
span { border-color: rgb(197,64,213); }
td.TdClassName
{
border-color: #C540D5;
}
.TagClassName
{
border-color: #C540D5;
}
</style>