Shades of Medium Orchid #C54AE5
Tints of Medium Orchid #C54AE5
RGB
CMYK
RGB Variations
Color information
#C54AE5 (or 0xC54AE5) is known color: Medium Orchid. HEX triplet: C5, 4A and E5. RGB value is (197,74,229). Sum of RGB (Red+Green+Blue) = 197+74+229=500 (66% of max value = 765). Red value is 197 (77.34% from 255 or 39.4% from 500); Green value is 74 (29.30% from 255 or 14.8% from 500); Blue value is 229 (89.84% from 255 or 45.8% from 500); Max value from RGB is 229 - color contains mainly: blue. Hex color #C54AE5 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C54AE5 is #3AB51A. Grayscale: #7F7F7F. Windows color (decimal): -3847451 or 15026885. OLE color: 15026885.
HSL color Cylindrical-coordinate representation of color #C54AE5: hue angle of 287.61º degrees, saturation: 0.75, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #C54AE5 is Cyan = 0.14, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 197 | 74 | 229 | - |
| CMYK | 0.14 | 0.68 | 0 | 0.10 |
| HSL | 287.61º | 0.75% | 0.59% | - |
| HSV(B) | 287.61º | 0.68% | 0.9% | - |
| XYZ | 39.62 | 22.43 | 76.37 | - |
| YUV | 128.45 | 184.75 | 176.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 74 | 229 | 0.14 | 0.68 | 0 | 0.10 | 287.61 | 0.75 | 0.59 |
| Hex | C5 | 4A | E5 | E | 44 | 0 | A | 120 | 4B | 3B |
| Octal | 305 | 112 | 345 | 16 | 104 | 0 | 12 | 440 | 113 | 73 |
| Binary | 11000101 | 1001010 | 11100101 | 1110 | 1000100 | 0 | 1010 | 100100000 | 1001011 | 111011 |
Color Harmonies of #C54AE5
Complementary color
Monochromatic Colors of #C54AE5
Black with #C54AE5
Text Example
Text Example
White with #C54AE5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C54AE5; }
p { color: rgb(197,74,229); }
H1.HeaderClassName
{
color: #C54AE5;
}
.AnyTagClassName
{
color: #C54AE5;
}
</style>
background-color css
<style>
a { background-color: #C54AE5; }
a { background-color: rgb(197,74,229); }
div.DivClassName
{
background-color: #C54AE5;
}
.BgClassName
{
background-color: #C54AE5;
}
</style>
border-color css
<style>
span { border-color: #C54AE5; }
span { border-color: rgb(197,74,229); }
td.TdClassName
{
border-color: #C54AE5;
}
.TagClassName
{
border-color: #C54AE5;
}
</style>