Shades of Medium Orchid #C54AE6
Tints of Medium Orchid #C54AE6
RGB
CMYK
RGB Variations
Color information
#C54AE6 (or 0xC54AE6) is known color: Medium Orchid. HEX triplet: C5, 4A and E6. RGB value is (197,74,230). Sum of RGB (Red+Green+Blue) = 197+74+230=501 (66% of max value = 765). Red value is 197 (77.34% from 255 or 39.32% from 501); Green value is 74 (29.30% from 255 or 14.77% from 501); Blue value is 230 (90.23% from 255 or 45.91% from 501); Max value from RGB is 230 - color contains mainly: blue. Hex color #C54AE6 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C54AE6 is #3AB519. Grayscale: #808080. Windows color (decimal): -3847450 or 15092421. OLE color: 15092421.
HSL color Cylindrical-coordinate representation of color #C54AE6: hue angle of 287.31º degrees, saturation: 0.76, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #C54AE6 is Cyan = 0.14, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 197 | 74 | 230 | - |
| CMYK | 0.14 | 0.68 | 0 | 0.10 |
| HSL | 287.31º | 0.76% | 0.6% | - |
| HSV(B) | 287.31º | 0.68% | 0.9% | - |
| XYZ | 39.76 | 22.48 | 77.11 | - |
| YUV | 128.56 | 185.25 | 176.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 74 | 230 | 0.14 | 0.68 | 0 | 0.10 | 287.31 | 0.76 | 0.6 |
| Hex | C5 | 4A | E6 | E | 44 | 0 | A | 11F | 4C | 3C |
| Octal | 305 | 112 | 346 | 16 | 104 | 0 | 12 | 437 | 114 | 74 |
| Binary | 11000101 | 1001010 | 11100110 | 1110 | 1000100 | 0 | 1010 | 100011111 | 1001100 | 111100 |
Color Harmonies of #C54AE6
Complementary color
Monochromatic Colors of #C54AE6
Black with #C54AE6
Text Example
Text Example
White with #C54AE6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C54AE6; }
p { color: rgb(197,74,230); }
H1.HeaderClassName
{
color: #C54AE6;
}
.AnyTagClassName
{
color: #C54AE6;
}
</style>
background-color css
<style>
a { background-color: #C54AE6; }
a { background-color: rgb(197,74,230); }
div.DivClassName
{
background-color: #C54AE6;
}
.BgClassName
{
background-color: #C54AE6;
}
</style>
border-color css
<style>
span { border-color: #C54AE6; }
span { border-color: rgb(197,74,230); }
td.TdClassName
{
border-color: #C54AE6;
}
.TagClassName
{
border-color: #C54AE6;
}
</style>