Shades of Medium Orchid #C54FEB
Tints of Medium Orchid #C54FEB
RGB
CMYK
RGB Variations
Color information
#C54FEB (or 0xC54FEB) is known color: Medium Orchid. HEX triplet: C5, 4F and EB. RGB value is (197,79,235). Sum of RGB (Red+Green+Blue) = 197+79+235=511 (67% of max value = 765). Red value is 197 (77.34% from 255 or 38.55% from 511); Green value is 79 (31.25% from 255 or 15.46% from 511); Blue value is 235 (92.19% from 255 or 45.99% from 511); Max value from RGB is 235 - color contains mainly: blue. Hex color #C54FEB is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C54FEB is #3AB014. Grayscale: #838383. Windows color (decimal): -3846165 or 15421381. OLE color: 15421381.
HSL color Cylindrical-coordinate representation of color #C54FEB: hue angle of 285.38º degrees, saturation: 0.8, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #C54FEB is Cyan = 0.16, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 197 | 79 | 235 | - |
| CMYK | 0.16 | 0.66 | 0 | 0.08 |
| HSL | 285.38º | 0.8% | 0.62% | - |
| HSV(B) | 285.38º | 0.66% | 0.92% | - |
| XYZ | 40.82 | 23.46 | 80.97 | - |
| YUV | 132.07 | 186.09 | 174.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 79 | 235 | 0.16 | 0.66 | 0 | 0.08 | 285.38 | 0.8 | 0.62 |
| Hex | C5 | 4F | EB | 10 | 42 | 0 | 8 | 11D | 50 | 3E |
| Octal | 305 | 117 | 353 | 20 | 102 | 0 | 10 | 435 | 120 | 76 |
| Binary | 11000101 | 1001111 | 11101011 | 10000 | 1000010 | 0 | 1000 | 100011101 | 1010000 | 111110 |
Color Harmonies of #C54FEB
Complementary color
Monochromatic Colors of #C54FEB
Black with #C54FEB
Text Example
Text Example
White with #C54FEB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C54FEB; }
p { color: rgb(197,79,235); }
H1.HeaderClassName
{
color: #C54FEB;
}
.AnyTagClassName
{
color: #C54FEB;
}
</style>
background-color css
<style>
a { background-color: #C54FEB; }
a { background-color: rgb(197,79,235); }
div.DivClassName
{
background-color: #C54FEB;
}
.BgClassName
{
background-color: #C54FEB;
}
</style>
border-color css
<style>
span { border-color: #C54FEB; }
span { border-color: rgb(197,79,235); }
td.TdClassName
{
border-color: #C54FEB;
}
.TagClassName
{
border-color: #C54FEB;
}
</style>