Shades of Medium Orchid #C540D6
Tints of Medium Orchid #C540D6
RGB
CMYK
RGB Variations
Color information
#C540D6 (or 0xC540D6) is known color: Medium Orchid. HEX triplet: C5, 40 and D6. RGB value is (197,64,214). Sum of RGB (Red+Green+Blue) = 197+64+214=475 (62% of max value = 765). Red value is 197 (77.34% from 255 or 41.47% from 475); Green value is 64 (25.39% from 255 or 13.47% from 475); Blue value is 214 (83.98% from 255 or 45.05% from 475); Max value from RGB is 214 - color contains mainly: blue. Hex color #C540D6 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C540D6 is #3ABF29. Grayscale: #787878. Windows color (decimal): -3850026 or 14041285. OLE color: 14041285.
HSL color Cylindrical-coordinate representation of color #C540D6: hue angle of 293.2º degrees, saturation: 0.65, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #C540D6 is Cyan = 0.08, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 197 | 64 | 214 | - |
| CMYK | 0.08 | 0.70 | 0 | 0.16 |
| HSL | 293.2º | 0.65% | 0.55% | - |
| HSV(B) | 293.2º | 0.7% | 0.84% | - |
| XYZ | 37 | 20.39 | 65.6 | - |
| YUV | 120.87 | 180.56 | 182.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 64 | 214 | 0.08 | 0.70 | 0 | 0.16 | 293.2 | 0.65 | 0.55 |
| Hex | C5 | 40 | D6 | 8 | 46 | 0 | 10 | 125 | 41 | 37 |
| Octal | 305 | 100 | 326 | 10 | 106 | 0 | 20 | 445 | 101 | 67 |
| Binary | 11000101 | 1000000 | 11010110 | 1000 | 1000110 | 0 | 10000 | 100100101 | 1000001 | 110111 |
Color Harmonies of #C540D6
Complementary color
Monochromatic Colors of #C540D6
Black with #C540D6
Text Example
Text Example
White with #C540D6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C540D6; }
p { color: rgb(197,64,214); }
H1.HeaderClassName
{
color: #C540D6;
}
.AnyTagClassName
{
color: #C540D6;
}
</style>
background-color css
<style>
a { background-color: #C540D6; }
a { background-color: rgb(197,64,214); }
div.DivClassName
{
background-color: #C540D6;
}
.BgClassName
{
background-color: #C540D6;
}
</style>
border-color css
<style>
span { border-color: #C540D6; }
span { border-color: rgb(197,64,214); }
td.TdClassName
{
border-color: #C540D6;
}
.TagClassName
{
border-color: #C540D6;
}
</style>