Shades of Medium Orchid #C540D0
Tints of Medium Orchid #C540D0
RGB
CMYK
RGB Variations
Color information
#C540D0 (or 0xC540D0) is known color: Medium Orchid. HEX triplet: C5, 40 and D0. RGB value is (197,64,208). Sum of RGB (Red+Green+Blue) = 197+64+208=469 (62% of max value = 765). Red value is 197 (77.34% from 255 or 42.00% from 469); Green value is 64 (25.39% from 255 or 13.65% from 469); Blue value is 208 (81.64% from 255 or 44.35% from 469); Max value from RGB is 208 - color contains mainly: blue. Hex color #C540D0 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C540D0 is #3ABF2F. Grayscale: #777777. Windows color (decimal): -3850032 or 13648069. OLE color: 13648069.
HSL color Cylindrical-coordinate representation of color #C540D0: hue angle of 295.42º degrees, saturation: 0.61, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #C540D0 is Cyan = 0.05, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 197 | 64 | 208 | - |
| CMYK | 0.05 | 0.69 | 0 | 0.18 |
| HSL | 295.42º | 0.61% | 0.53% | - |
| HSV(B) | 295.42º | 0.69% | 0.82% | - |
| XYZ | 36.24 | 20.09 | 61.64 | - |
| YUV | 120.18 | 177.56 | 182.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 64 | 208 | 0.05 | 0.69 | 0 | 0.18 | 295.42 | 0.61 | 0.53 |
| Hex | C5 | 40 | D0 | 5 | 45 | 0 | 12 | 127 | 3D | 35 |
| Octal | 305 | 100 | 320 | 5 | 105 | 0 | 22 | 447 | 75 | 65 |
| Binary | 11000101 | 1000000 | 11010000 | 101 | 1000101 | 0 | 10010 | 100100111 | 111101 | 110101 |
Color Harmonies of #C540D0
Complementary color
Monochromatic Colors of #C540D0
Black with #C540D0
Text Example
Text Example
White with #C540D0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C540D0; }
p { color: rgb(197,64,208); }
H1.HeaderClassName
{
color: #C540D0;
}
.AnyTagClassName
{
color: #C540D0;
}
</style>
background-color css
<style>
a { background-color: #C540D0; }
a { background-color: rgb(197,64,208); }
div.DivClassName
{
background-color: #C540D0;
}
.BgClassName
{
background-color: #C540D0;
}
</style>
border-color css
<style>
span { border-color: #C540D0; }
span { border-color: rgb(197,64,208); }
td.TdClassName
{
border-color: #C540D0;
}
.TagClassName
{
border-color: #C540D0;
}
</style>