Shades of Medium Orchid #C540ED
Tints of Medium Orchid #C540ED
RGB
CMYK
RGB Variations
Color information
#C540ED (or 0xC540ED) is known color: Medium Orchid. HEX triplet: C5, 40 and ED. RGB value is (197,64,237). Sum of RGB (Red+Green+Blue) = 197+64+237=498 (65% of max value = 765). Red value is 197 (77.34% from 255 or 39.56% from 498); Green value is 64 (25.39% from 255 or 12.85% from 498); Blue value is 237 (92.97% from 255 or 47.59% from 498); Max value from RGB is 237 - color contains mainly: blue. Hex color #C540ED is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C540ED is #3ABF12. Grayscale: #7A7A7A. Windows color (decimal): -3850003 or 15548613. OLE color: 15548613.
HSL color Cylindrical-coordinate representation of color #C540ED: hue angle of 286.13º degrees, saturation: 0.83, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #C540ED is Cyan = 0.17, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 197 | 64 | 237 | - |
| CMYK | 0.17 | 0.73 | 0 | 0.07 |
| HSL | 286.13º | 0.83% | 0.59% | - |
| HSV(B) | 286.13º | 0.73% | 0.93% | - |
| XYZ | 40.15 | 21.65 | 82.18 | - |
| YUV | 123.49 | 192.06 | 180.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 64 | 237 | 0.17 | 0.73 | 0 | 0.07 | 286.13 | 0.83 | 0.59 |
| Hex | C5 | 40 | ED | 11 | 49 | 0 | 7 | 11E | 53 | 3B |
| Octal | 305 | 100 | 355 | 21 | 111 | 0 | 7 | 436 | 123 | 73 |
| Binary | 11000101 | 1000000 | 11101101 | 10001 | 1001001 | 0 | 111 | 100011110 | 1010011 | 111011 |
Color Harmonies of #C540ED
Complementary color
Monochromatic Colors of #C540ED
Black with #C540ED
Text Example
Text Example
White with #C540ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C540ED; }
p { color: rgb(197,64,237); }
H1.HeaderClassName
{
color: #C540ED;
}
.AnyTagClassName
{
color: #C540ED;
}
</style>
background-color css
<style>
a { background-color: #C540ED; }
a { background-color: rgb(197,64,237); }
div.DivClassName
{
background-color: #C540ED;
}
.BgClassName
{
background-color: #C540ED;
}
</style>
border-color css
<style>
span { border-color: #C540ED; }
span { border-color: rgb(197,64,237); }
td.TdClassName
{
border-color: #C540ED;
}
.TagClassName
{
border-color: #C540ED;
}
</style>