Shades of Medium Orchid #C54EFC
Tints of Medium Orchid #C54EFC
RGB
CMYK
RGB Variations
Color information
#C54EFC (or 0xC54EFC) is known color: Medium Orchid. HEX triplet: C5, 4E and FC. RGB value is (197,78,252). Sum of RGB (Red+Green+Blue) = 197+78+252=527 (69% of max value = 765). Red value is 197 (77.34% from 255 or 37.38% from 527); Green value is 78 (30.86% from 255 or 14.80% from 527); Blue value is 252 (98.83% from 255 or 47.82% from 527); Max value from RGB is 252 - color contains mainly: blue. Hex color #C54EFC is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C54EFC is #3AB103. Grayscale: #848484. Windows color (decimal): -3846404 or 16535237. OLE color: 16535237.
HSL color Cylindrical-coordinate representation of color #C54EFC: hue angle of 281.03º degrees, saturation: 0.97, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #C54EFC is Cyan = 0.22, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 197 | 78 | 252 | - |
| CMYK | 0.22 | 0.69 | 0 | 0.01 |
| HSL | 281.03º | 0.97% | 0.65% | - |
| HSV(B) | 281.03º | 0.69% | 0.99% | - |
| XYZ | 43.32 | 24.35 | 94.51 | - |
| YUV | 133.42 | 194.92 | 173.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 78 | 252 | 0.22 | 0.69 | 0 | 0.01 | 281.03 | 0.97 | 0.65 |
| Hex | C5 | 4E | FC | 16 | 45 | 0 | 1 | 119 | 61 | 41 |
| Octal | 305 | 116 | 374 | 26 | 105 | 0 | 1 | 431 | 141 | 101 |
| Binary | 11000101 | 1001110 | 11111100 | 10110 | 1000101 | 0 | 1 | 100011001 | 1100001 | 1000001 |
Color Harmonies of #C54EFC
Complementary color
Monochromatic Colors of #C54EFC
Black with #C54EFC
Text Example
Text Example
White with #C54EFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C54EFC; }
p { color: rgb(197,78,252); }
H1.HeaderClassName
{
color: #C54EFC;
}
.AnyTagClassName
{
color: #C54EFC;
}
</style>
background-color css
<style>
a { background-color: #C54EFC; }
a { background-color: rgb(197,78,252); }
div.DivClassName
{
background-color: #C54EFC;
}
.BgClassName
{
background-color: #C54EFC;
}
</style>
border-color css
<style>
span { border-color: #C54EFC; }
span { border-color: rgb(197,78,252); }
td.TdClassName
{
border-color: #C54EFC;
}
.TagClassName
{
border-color: #C54EFC;
}
</style>