Shades of Medium Orchid #C540E7
Tints of Medium Orchid #C540E7
RGB
CMYK
RGB Variations
Color information
#C540E7 (or 0xC540E7) is known color: Medium Orchid. HEX triplet: C5, 40 and E7. RGB value is (197,64,231). Sum of RGB (Red+Green+Blue) = 197+64+231=492 (65% of max value = 765). Red value is 197 (77.34% from 255 or 40.04% from 492); Green value is 64 (25.39% from 255 or 13.01% from 492); Blue value is 231 (90.62% from 255 or 46.95% from 492); Max value from RGB is 231 - color contains mainly: blue. Hex color #C540E7 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C540E7 is #3ABF18. Grayscale: #7A7A7A. Windows color (decimal): -3850009 or 15155397. OLE color: 15155397.
HSL color Cylindrical-coordinate representation of color #C540E7: hue angle of 287.78º degrees, saturation: 0.78, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #C540E7 is Cyan = 0.15, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 197 | 64 | 231 | - |
| CMYK | 0.15 | 0.72 | 0 | 0.09 |
| HSL | 287.78º | 0.78% | 0.58% | - |
| HSV(B) | 287.78º | 0.72% | 0.91% | - |
| XYZ | 39.28 | 21.31 | 77.64 | - |
| YUV | 122.81 | 189.06 | 180.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 64 | 231 | 0.15 | 0.72 | 0 | 0.09 | 287.78 | 0.78 | 0.58 |
| Hex | C5 | 40 | E7 | F | 48 | 0 | 9 | 120 | 4E | 3A |
| Octal | 305 | 100 | 347 | 17 | 110 | 0 | 11 | 440 | 116 | 72 |
| Binary | 11000101 | 1000000 | 11100111 | 1111 | 1001000 | 0 | 1001 | 100100000 | 1001110 | 111010 |
Color Harmonies of #C540E7
Complementary color
Monochromatic Colors of #C540E7
Black with #C540E7
Text Example
Text Example
White with #C540E7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C540E7; }
p { color: rgb(197,64,231); }
H1.HeaderClassName
{
color: #C540E7;
}
.AnyTagClassName
{
color: #C540E7;
}
</style>
background-color css
<style>
a { background-color: #C540E7; }
a { background-color: rgb(197,64,231); }
div.DivClassName
{
background-color: #C540E7;
}
.BgClassName
{
background-color: #C540E7;
}
</style>
border-color css
<style>
span { border-color: #C540E7; }
span { border-color: rgb(197,64,231); }
td.TdClassName
{
border-color: #C540E7;
}
.TagClassName
{
border-color: #C540E7;
}
</style>