Shades of Medium Orchid #C54AE4
Tints of Medium Orchid #C54AE4
RGB
CMYK
RGB Variations
Color information
#C54AE4 (or 0xC54AE4) is known color: Medium Orchid. HEX triplet: C5, 4A and E4. RGB value is (197,74,228). Sum of RGB (Red+Green+Blue) = 197+74+228=499 (66% of max value = 765). Red value is 197 (77.34% from 255 or 39.48% from 499); Green value is 74 (29.30% from 255 or 14.83% from 499); Blue value is 228 (89.45% from 255 or 45.69% from 499); Max value from RGB is 228 - color contains mainly: blue. Hex color #C54AE4 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C54AE4 is #3AB51B. Grayscale: #7F7F7F. Windows color (decimal): -3847452 or 14961349. OLE color: 14961349.
HSL color Cylindrical-coordinate representation of color #C54AE4: hue angle of 287.92º degrees, saturation: 0.74, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #C54AE4 is Cyan = 0.14, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 197 | 74 | 228 | - |
| CMYK | 0.14 | 0.68 | 0 | 0.11 |
| HSL | 287.92º | 0.74% | 0.59% | - |
| HSV(B) | 287.92º | 0.68% | 0.89% | - |
| XYZ | 39.48 | 22.37 | 75.64 | - |
| YUV | 128.33 | 184.25 | 176.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 74 | 228 | 0.14 | 0.68 | 0 | 0.11 | 287.92 | 0.74 | 0.59 |
| Hex | C5 | 4A | E4 | E | 44 | 0 | B | 120 | 4A | 3B |
| Octal | 305 | 112 | 344 | 16 | 104 | 0 | 13 | 440 | 112 | 73 |
| Binary | 11000101 | 1001010 | 11100100 | 1110 | 1000100 | 0 | 1011 | 100100000 | 1001010 | 111011 |
Color Harmonies of #C54AE4
Complementary color
Monochromatic Colors of #C54AE4
Black with #C54AE4
Text Example
Text Example
White with #C54AE4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C54AE4; }
p { color: rgb(197,74,228); }
H1.HeaderClassName
{
color: #C54AE4;
}
.AnyTagClassName
{
color: #C54AE4;
}
</style>
background-color css
<style>
a { background-color: #C54AE4; }
a { background-color: rgb(197,74,228); }
div.DivClassName
{
background-color: #C54AE4;
}
.BgClassName
{
background-color: #C54AE4;
}
</style>
border-color css
<style>
span { border-color: #C54AE4; }
span { border-color: rgb(197,74,228); }
td.TdClassName
{
border-color: #C54AE4;
}
.TagClassName
{
border-color: #C54AE4;
}
</style>