Shades of Medium Orchid #C54CEB
Tints of Medium Orchid #C54CEB
RGB
CMYK
RGB Variations
Color information
#C54CEB (or 0xC54CEB) is known color: Medium Orchid. HEX triplet: C5, 4C and EB. RGB value is (197,76,235). Sum of RGB (Red+Green+Blue) = 197+76+235=508 (67% of max value = 765). Red value is 197 (77.34% from 255 or 38.78% from 508); Green value is 76 (30.08% from 255 or 14.96% from 508); Blue value is 235 (92.19% from 255 or 46.26% from 508); Max value from RGB is 235 - color contains mainly: blue. Hex color #C54CEB is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C54CEB is #3AB314. Grayscale: #818181. Windows color (decimal): -3846933 or 15420613. OLE color: 15420613.
HSL color Cylindrical-coordinate representation of color #C54CEB: hue angle of 285.66º degrees, saturation: 0.8, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #C54CEB is Cyan = 0.16, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 197 | 76 | 235 | - |
| CMYK | 0.16 | 0.68 | 0 | 0.08 |
| HSL | 285.66º | 0.8% | 0.61% | - |
| HSV(B) | 285.66º | 0.68% | 0.92% | - |
| XYZ | 40.61 | 23.04 | 80.9 | - |
| YUV | 130.31 | 187.09 | 175.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 76 | 235 | 0.16 | 0.68 | 0 | 0.08 | 285.66 | 0.8 | 0.61 |
| Hex | C5 | 4C | EB | 10 | 44 | 0 | 8 | 11E | 50 | 3D |
| Octal | 305 | 114 | 353 | 20 | 104 | 0 | 10 | 436 | 120 | 75 |
| Binary | 11000101 | 1001100 | 11101011 | 10000 | 1000100 | 0 | 1000 | 100011110 | 1010000 | 111101 |
Color Harmonies of #C54CEB
Complementary color
Monochromatic Colors of #C54CEB
Black with #C54CEB
Text Example
Text Example
White with #C54CEB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C54CEB; }
p { color: rgb(197,76,235); }
H1.HeaderClassName
{
color: #C54CEB;
}
.AnyTagClassName
{
color: #C54CEB;
}
</style>
background-color css
<style>
a { background-color: #C54CEB; }
a { background-color: rgb(197,76,235); }
div.DivClassName
{
background-color: #C54CEB;
}
.BgClassName
{
background-color: #C54CEB;
}
</style>
border-color css
<style>
span { border-color: #C54CEB; }
span { border-color: rgb(197,76,235); }
td.TdClassName
{
border-color: #C54CEB;
}
.TagClassName
{
border-color: #C54CEB;
}
</style>