Shades of Medium Orchid #C54AEB
Tints of Medium Orchid #C54AEB
RGB
CMYK
RGB Variations
Color information
#C54AEB (or 0xC54AEB) is known color: Medium Orchid. HEX triplet: C5, 4A and EB. RGB value is (197,74,235). Sum of RGB (Red+Green+Blue) = 197+74+235=506 (67% of max value = 765). Red value is 197 (77.34% from 255 or 38.93% from 506); Green value is 74 (29.30% from 255 or 14.62% from 506); Blue value is 235 (92.19% from 255 or 46.44% from 506); Max value from RGB is 235 - color contains mainly: blue. Hex color #C54AEB is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C54AEB is #3AB514. Grayscale: #808080. Windows color (decimal): -3847445 or 15420101. OLE color: 15420101.
HSL color Cylindrical-coordinate representation of color #C54AEB: hue angle of 285.84º degrees, saturation: 0.8, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #C54AEB is Cyan = 0.16, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 197 | 74 | 235 | - |
| CMYK | 0.16 | 0.69 | 0 | 0.08 |
| HSL | 285.84º | 0.8% | 0.61% | - |
| HSV(B) | 285.84º | 0.69% | 0.92% | - |
| XYZ | 40.47 | 22.77 | 80.86 | - |
| YUV | 129.13 | 187.75 | 176.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 74 | 235 | 0.16 | 0.69 | 0 | 0.08 | 285.84 | 0.8 | 0.61 |
| Hex | C5 | 4A | EB | 10 | 45 | 0 | 8 | 11E | 50 | 3D |
| Octal | 305 | 112 | 353 | 20 | 105 | 0 | 10 | 436 | 120 | 75 |
| Binary | 11000101 | 1001010 | 11101011 | 10000 | 1000101 | 0 | 1000 | 100011110 | 1010000 | 111101 |
Color Harmonies of #C54AEB
Complementary color
Monochromatic Colors of #C54AEB
Black with #C54AEB
Text Example
Text Example
White with #C54AEB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C54AEB; }
p { color: rgb(197,74,235); }
H1.HeaderClassName
{
color: #C54AEB;
}
.AnyTagClassName
{
color: #C54AEB;
}
</style>
background-color css
<style>
a { background-color: #C54AEB; }
a { background-color: rgb(197,74,235); }
div.DivClassName
{
background-color: #C54AEB;
}
.BgClassName
{
background-color: #C54AEB;
}
</style>
border-color css
<style>
span { border-color: #C54AEB; }
span { border-color: rgb(197,74,235); }
td.TdClassName
{
border-color: #C54AEB;
}
.TagClassName
{
border-color: #C54AEB;
}
</style>