Shades of Medium Orchid #C54EFB
Tints of Medium Orchid #C54EFB
RGB
CMYK
RGB Variations
Color information
#C54EFB (or 0xC54EFB) is known color: Medium Orchid. HEX triplet: C5, 4E and FB. RGB value is (197,78,251). Sum of RGB (Red+Green+Blue) = 197+78+251=526 (69% of max value = 765). Red value is 197 (77.34% from 255 or 37.45% from 526); Green value is 78 (30.86% from 255 or 14.83% from 526); Blue value is 251 (98.44% from 255 or 47.72% from 526); Max value from RGB is 251 - color contains mainly: blue. Hex color #C54EFB is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C54EFB is #3AB104. Grayscale: #848484. Windows color (decimal): -3846405 or 16469701. OLE color: 16469701.
HSL color Cylindrical-coordinate representation of color #C54EFB: hue angle of 281.27º degrees, saturation: 0.96, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #C54EFB is Cyan = 0.22, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 197 | 78 | 251 | - |
| CMYK | 0.22 | 0.69 | 0 | 0.02 |
| HSL | 281.27º | 0.96% | 0.65% | - |
| HSV(B) | 281.27º | 0.69% | 0.98% | - |
| XYZ | 43.16 | 24.28 | 93.68 | - |
| YUV | 133.3 | 194.42 | 173.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 78 | 251 | 0.22 | 0.69 | 0 | 0.02 | 281.27 | 0.96 | 0.65 |
| Hex | C5 | 4E | FB | 16 | 45 | 0 | 2 | 119 | 60 | 41 |
| Octal | 305 | 116 | 373 | 26 | 105 | 0 | 2 | 431 | 140 | 101 |
| Binary | 11000101 | 1001110 | 11111011 | 10110 | 1000101 | 0 | 10 | 100011001 | 1100000 | 1000001 |
Color Harmonies of #C54EFB
Complementary color
Monochromatic Colors of #C54EFB
Black with #C54EFB
Text Example
Text Example
White with #C54EFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C54EFB; }
p { color: rgb(197,78,251); }
H1.HeaderClassName
{
color: #C54EFB;
}
.AnyTagClassName
{
color: #C54EFB;
}
</style>
background-color css
<style>
a { background-color: #C54EFB; }
a { background-color: rgb(197,78,251); }
div.DivClassName
{
background-color: #C54EFB;
}
.BgClassName
{
background-color: #C54EFB;
}
</style>
border-color css
<style>
span { border-color: #C54EFB; }
span { border-color: rgb(197,78,251); }
td.TdClassName
{
border-color: #C54EFB;
}
.TagClassName
{
border-color: #C54EFB;
}
</style>