Shades of Medium Orchid #C54AE0
Tints of Medium Orchid #C54AE0
RGB
CMYK
RGB Variations
Color information
#C54AE0 (or 0xC54AE0) is known color: Medium Orchid. HEX triplet: C5, 4A and E0. RGB value is (197,74,224). Sum of RGB (Red+Green+Blue) = 197+74+224=495 (65% of max value = 765). Red value is 197 (77.34% from 255 or 39.80% from 495); Green value is 74 (29.30% from 255 or 14.95% from 495); Blue value is 224 (87.89% from 255 or 45.25% from 495); Max value from RGB is 224 - color contains mainly: blue. Hex color #C54AE0 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C54AE0 is #3AB51F. Grayscale: #7F7F7F. Windows color (decimal): -3847456 or 14699205. OLE color: 14699205.
HSL color Cylindrical-coordinate representation of color #C54AE0: hue angle of 289.2º degrees, saturation: 0.71, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #C54AE0 is Cyan = 0.12, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 197 | 74 | 224 | - |
| CMYK | 0.12 | 0.67 | 0 | 0.12 |
| HSL | 289.2º | 0.71% | 0.58% | - |
| HSV(B) | 289.2º | 0.67% | 0.88% | - |
| XYZ | 38.93 | 22.15 | 72.74 | - |
| YUV | 127.88 | 182.25 | 177.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 74 | 224 | 0.12 | 0.67 | 0 | 0.12 | 289.2 | 0.71 | 0.58 |
| Hex | C5 | 4A | E0 | C | 43 | 0 | C | 121 | 47 | 3A |
| Octal | 305 | 112 | 340 | 14 | 103 | 0 | 14 | 441 | 107 | 72 |
| Binary | 11000101 | 1001010 | 11100000 | 1100 | 1000011 | 0 | 1100 | 100100001 | 1000111 | 111010 |
Color Harmonies of #C54AE0
Complementary color
Monochromatic Colors of #C54AE0
Black with #C54AE0
Text Example
Text Example
White with #C54AE0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C54AE0; }
p { color: rgb(197,74,224); }
H1.HeaderClassName
{
color: #C54AE0;
}
.AnyTagClassName
{
color: #C54AE0;
}
</style>
background-color css
<style>
a { background-color: #C54AE0; }
a { background-color: rgb(197,74,224); }
div.DivClassName
{
background-color: #C54AE0;
}
.BgClassName
{
background-color: #C54AE0;
}
</style>
border-color css
<style>
span { border-color: #C54AE0; }
span { border-color: rgb(197,74,224); }
td.TdClassName
{
border-color: #C54AE0;
}
.TagClassName
{
border-color: #C54AE0;
}
</style>