Shades of Medium Orchid #C54DE0
Tints of Medium Orchid #C54DE0
RGB
CMYK
RGB Variations
Color information
#C54DE0 (or 0xC54DE0) is known color: Medium Orchid. HEX triplet: C5, 4D and E0. RGB value is (197,77,224). Sum of RGB (Red+Green+Blue) = 197+77+224=498 (65% of max value = 765). Red value is 197 (77.34% from 255 or 39.56% from 498); Green value is 77 (30.47% from 255 or 15.46% from 498); Blue value is 224 (87.89% from 255 or 44.98% from 498); Max value from RGB is 224 - color contains mainly: blue. Hex color #C54DE0 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C54DE0 is #3AB21F. Grayscale: #818181. Windows color (decimal): -3846688 or 14699973. OLE color: 14699973.
HSL color Cylindrical-coordinate representation of color #C54DE0: hue angle of 288.98º degrees, saturation: 0.7, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #C54DE0 is Cyan = 0.12, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 197 | 77 | 224 | - |
| CMYK | 0.12 | 0.66 | 0 | 0.12 |
| HSL | 288.98º | 0.7% | 0.59% | - |
| HSV(B) | 288.98º | 0.66% | 0.88% | - |
| XYZ | 39.13 | 22.56 | 72.81 | - |
| YUV | 129.64 | 181.26 | 176.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 77 | 224 | 0.12 | 0.66 | 0 | 0.12 | 288.98 | 0.7 | 0.59 |
| Hex | C5 | 4D | E0 | C | 42 | 0 | C | 121 | 46 | 3B |
| Octal | 305 | 115 | 340 | 14 | 102 | 0 | 14 | 441 | 106 | 73 |
| Binary | 11000101 | 1001101 | 11100000 | 1100 | 1000010 | 0 | 1100 | 100100001 | 1000110 | 111011 |
Color Harmonies of #C54DE0
Complementary color
Monochromatic Colors of #C54DE0
Black with #C54DE0
Text Example
Text Example
White with #C54DE0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C54DE0; }
p { color: rgb(197,77,224); }
H1.HeaderClassName
{
color: #C54DE0;
}
.AnyTagClassName
{
color: #C54DE0;
}
</style>
background-color css
<style>
a { background-color: #C54DE0; }
a { background-color: rgb(197,77,224); }
div.DivClassName
{
background-color: #C54DE0;
}
.BgClassName
{
background-color: #C54DE0;
}
</style>
border-color css
<style>
span { border-color: #C54DE0; }
span { border-color: rgb(197,77,224); }
td.TdClassName
{
border-color: #C54DE0;
}
.TagClassName
{
border-color: #C54DE0;
}
</style>