Shades of Medium Orchid #C54BE0
Tints of Medium Orchid #C54BE0
RGB
CMYK
RGB Variations
Color information
#C54BE0 (or 0xC54BE0) is known color: Medium Orchid. HEX triplet: C5, 4B and E0. RGB value is (197,75,224). Sum of RGB (Red+Green+Blue) = 197+75+224=496 (65% of max value = 765). Red value is 197 (77.34% from 255 or 39.72% from 496); Green value is 75 (29.69% from 255 or 15.12% from 496); Blue value is 224 (87.89% from 255 or 45.16% from 496); Max value from RGB is 224 - color contains mainly: blue. Hex color #C54BE0 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C54BE0 is #3AB41F. Grayscale: #7F7F7F. Windows color (decimal): -3847200 or 14699461. OLE color: 14699461.
HSL color Cylindrical-coordinate representation of color #C54BE0: hue angle of 289.13º degrees, saturation: 0.71, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #C54BE0 is Cyan = 0.12, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 197 | 75 | 224 | - |
| CMYK | 0.12 | 0.67 | 0 | 0.12 |
| HSL | 289.13º | 0.71% | 0.59% | - |
| HSV(B) | 289.13º | 0.67% | 0.88% | - |
| XYZ | 39 | 22.28 | 72.77 | - |
| YUV | 128.46 | 181.92 | 176.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 75 | 224 | 0.12 | 0.67 | 0 | 0.12 | 289.13 | 0.71 | 0.59 |
| Hex | C5 | 4B | E0 | C | 43 | 0 | C | 121 | 47 | 3B |
| Octal | 305 | 113 | 340 | 14 | 103 | 0 | 14 | 441 | 107 | 73 |
| Binary | 11000101 | 1001011 | 11100000 | 1100 | 1000011 | 0 | 1100 | 100100001 | 1000111 | 111011 |
Color Harmonies of #C54BE0
Complementary color
Monochromatic Colors of #C54BE0
Black with #C54BE0
Text Example
Text Example
White with #C54BE0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C54BE0; }
p { color: rgb(197,75,224); }
H1.HeaderClassName
{
color: #C54BE0;
}
.AnyTagClassName
{
color: #C54BE0;
}
</style>
background-color css
<style>
a { background-color: #C54BE0; }
a { background-color: rgb(197,75,224); }
div.DivClassName
{
background-color: #C54BE0;
}
.BgClassName
{
background-color: #C54BE0;
}
</style>
border-color css
<style>
span { border-color: #C54BE0; }
span { border-color: rgb(197,75,224); }
td.TdClassName
{
border-color: #C54BE0;
}
.TagClassName
{
border-color: #C54BE0;
}
</style>