Shades of Medium Orchid #A54CDE
Tints of Medium Orchid #A54CDE
RGB
CMYK
RGB Variations
Color information
#A54CDE (or 0xA54CDE) is known color: Medium Orchid. HEX triplet: A5, 4C and DE. RGB value is (165,76,222). Sum of RGB (Red+Green+Blue) = 165+76+222=463 (61% of max value = 765). Red value is 165 (64.84% from 255 or 35.64% from 463); Green value is 76 (30.08% from 255 or 16.41% from 463); Blue value is 222 (87.11% from 255 or 47.95% from 463); Max value from RGB is 222 - color contains mainly: blue. Hex color #A54CDE is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A54CDE is #5AB321. Grayscale: #767676. Windows color (decimal): -5944098 or 14568613. OLE color: 14568613.
HSL color Cylindrical-coordinate representation of color #A54CDE: hue angle of 276.58º degrees, saturation: 0.69, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #A54CDE is Cyan = 0.26, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 165 | 76 | 222 | - |
| CMYK | 0.26 | 0.66 | 0 | 0.13 |
| HSL | 276.58º | 0.69% | 0.58% | - |
| HSV(B) | 276.58º | 0.66% | 0.87% | - |
| XYZ | 31.29 | 18.44 | 71.02 | - |
| YUV | 119.26 | 185.99 | 160.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 76 | 222 | 0.26 | 0.66 | 0 | 0.13 | 276.58 | 0.69 | 0.58 |
| Hex | A5 | 4C | DE | 1A | 42 | 0 | D | 115 | 45 | 3A |
| Octal | 245 | 114 | 336 | 32 | 102 | 0 | 15 | 425 | 105 | 72 |
| Binary | 10100101 | 1001100 | 11011110 | 11010 | 1000010 | 0 | 1101 | 100010101 | 1000101 | 111010 |
Color Harmonies of #A54CDE
Complementary color
Monochromatic Colors of #A54CDE
Black with #A54CDE
Text Example
Text Example
White with #A54CDE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A54CDE; }
p { color: rgb(165,76,222); }
H1.HeaderClassName
{
color: #A54CDE;
}
.AnyTagClassName
{
color: #A54CDE;
}
</style>
background-color css
<style>
a { background-color: #A54CDE; }
a { background-color: rgb(165,76,222); }
div.DivClassName
{
background-color: #A54CDE;
}
.BgClassName
{
background-color: #A54CDE;
}
</style>
border-color css
<style>
span { border-color: #A54CDE; }
span { border-color: rgb(165,76,222); }
td.TdClassName
{
border-color: #A54CDE;
}
.TagClassName
{
border-color: #A54CDE;
}
</style>