Shades of Medium Orchid #C54EF9
Tints of Medium Orchid #C54EF9
RGB
CMYK
RGB Variations
Color information
#C54EF9 (or 0xC54EF9) is known color: Medium Orchid. HEX triplet: C5, 4E and F9. RGB value is (197,78,249). Sum of RGB (Red+Green+Blue) = 197+78+249=524 (69% of max value = 765). Red value is 197 (77.34% from 255 or 37.60% from 524); Green value is 78 (30.86% from 255 or 14.89% from 524); Blue value is 249 (97.66% from 255 or 47.52% from 524); Max value from RGB is 249 - color contains mainly: blue. Hex color #C54EF9 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C54EF9 is #3AB106. Grayscale: #848484. Windows color (decimal): -3846407 or 16338629. OLE color: 16338629.
HSL color Cylindrical-coordinate representation of color #C54EF9: hue angle of 281.75º degrees, saturation: 0.93, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #C54EF9 is Cyan = 0.21, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 197 | 78 | 249 | - |
| CMYK | 0.21 | 0.69 | 0 | 0.02 |
| HSL | 281.75º | 0.93% | 0.64% | - |
| HSV(B) | 281.75º | 0.69% | 0.98% | - |
| XYZ | 42.85 | 24.16 | 92.03 | - |
| YUV | 133.08 | 193.42 | 173.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 78 | 249 | 0.21 | 0.69 | 0 | 0.02 | 281.75 | 0.93 | 0.64 |
| Hex | C5 | 4E | F9 | 15 | 45 | 0 | 2 | 11A | 5D | 40 |
| Octal | 305 | 116 | 371 | 25 | 105 | 0 | 2 | 432 | 135 | 100 |
| Binary | 11000101 | 1001110 | 11111001 | 10101 | 1000101 | 0 | 10 | 100011010 | 1011101 | 1000000 |
Color Harmonies of #C54EF9
Complementary color
Monochromatic Colors of #C54EF9
Black with #C54EF9
Text Example
Text Example
White with #C54EF9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C54EF9; }
p { color: rgb(197,78,249); }
H1.HeaderClassName
{
color: #C54EF9;
}
.AnyTagClassName
{
color: #C54EF9;
}
</style>
background-color css
<style>
a { background-color: #C54EF9; }
a { background-color: rgb(197,78,249); }
div.DivClassName
{
background-color: #C54EF9;
}
.BgClassName
{
background-color: #C54EF9;
}
</style>
border-color css
<style>
span { border-color: #C54EF9; }
span { border-color: rgb(197,78,249); }
td.TdClassName
{
border-color: #C54EF9;
}
.TagClassName
{
border-color: #C54EF9;
}
</style>