Shades of Medium Orchid #C54EFA
Tints of Medium Orchid #C54EFA
RGB
CMYK
RGB Variations
Color information
#C54EFA (or 0xC54EFA) is known color: Medium Orchid. HEX triplet: C5, 4E and FA. RGB value is (197,78,250). Sum of RGB (Red+Green+Blue) = 197+78+250=525 (69% of max value = 765). Red value is 197 (77.34% from 255 or 37.52% from 525); Green value is 78 (30.86% from 255 or 14.86% from 525); Blue value is 250 (98.05% from 255 or 47.62% from 525); Max value from RGB is 250 - color contains mainly: blue. Hex color #C54EFA is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C54EFA is #3AB105. Grayscale: #848484. Windows color (decimal): -3846406 or 16404165. OLE color: 16404165.
HSL color Cylindrical-coordinate representation of color #C54EFA: hue angle of 281.51º degrees, saturation: 0.95, 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 #C54EFA is Cyan = 0.21, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 197 | 78 | 250 | - |
| CMYK | 0.21 | 0.69 | 0 | 0.02 |
| HSL | 281.51º | 0.95% | 0.64% | - |
| HSV(B) | 281.51º | 0.69% | 0.98% | - |
| XYZ | 43.01 | 24.22 | 92.85 | - |
| YUV | 133.19 | 193.92 | 173.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 78 | 250 | 0.21 | 0.69 | 0 | 0.02 | 281.51 | 0.95 | 0.64 |
| Hex | C5 | 4E | FA | 15 | 45 | 0 | 2 | 11A | 5F | 40 |
| Octal | 305 | 116 | 372 | 25 | 105 | 0 | 2 | 432 | 137 | 100 |
| Binary | 11000101 | 1001110 | 11111010 | 10101 | 1000101 | 0 | 10 | 100011010 | 1011111 | 1000000 |
Color Harmonies of #C54EFA
Complementary color
Monochromatic Colors of #C54EFA
Black with #C54EFA
Text Example
Text Example
White with #C54EFA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C54EFA; }
p { color: rgb(197,78,250); }
H1.HeaderClassName
{
color: #C54EFA;
}
.AnyTagClassName
{
color: #C54EFA;
}
</style>
background-color css
<style>
a { background-color: #C54EFA; }
a { background-color: rgb(197,78,250); }
div.DivClassName
{
background-color: #C54EFA;
}
.BgClassName
{
background-color: #C54EFA;
}
</style>
border-color css
<style>
span { border-color: #C54EFA; }
span { border-color: rgb(197,78,250); }
td.TdClassName
{
border-color: #C54EFA;
}
.TagClassName
{
border-color: #C54EFA;
}
</style>