Shades of Medium Orchid #AE4FCD
Tints of Medium Orchid #AE4FCD
RGB
CMYK
RGB Variations
Color information
#AE4FCD (or 0xAE4FCD) is known color: Medium Orchid. HEX triplet: AE, 4F and CD. RGB value is (174,79,205). Sum of RGB (Red+Green+Blue) = 174+79+205=458 (60% of max value = 765). Red value is 174 (68.36% from 255 or 37.99% from 458); Green value is 79 (31.25% from 255 or 17.25% from 458); Blue value is 205 (80.47% from 255 or 44.76% from 458); Max value from RGB is 205 - color contains mainly: blue. Hex color #AE4FCD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AE4FCD is #51B032. Grayscale: #797979. Windows color (decimal): -5353523 or 13455278. OLE color: 13455278.
HSL color Cylindrical-coordinate representation of color #AE4FCD: hue angle of 285.24º degrees, saturation: 0.56, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #AE4FCD is Cyan = 0.15, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 174 | 79 | 205 | - |
| CMYK | 0.15 | 0.61 | 0 | 0.20 |
| HSL | 285.24º | 0.56% | 0.56% | - |
| HSV(B) | 285.24º | 0.61% | 0.8% | - |
| XYZ | 31.27 | 19 | 59.78 | - |
| YUV | 121.77 | 174.97 | 165.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 79 | 205 | 0.15 | 0.61 | 0 | 0.20 | 285.24 | 0.56 | 0.56 |
| Hex | AE | 4F | CD | F | 3D | 0 | 14 | 11D | 38 | 38 |
| Octal | 256 | 117 | 315 | 17 | 75 | 0 | 24 | 435 | 70 | 70 |
| Binary | 10101110 | 1001111 | 11001101 | 1111 | 111101 | 0 | 10100 | 100011101 | 111000 | 111000 |
Color Harmonies of #AE4FCD
Complementary color
Monochromatic Colors of #AE4FCD
Black with #AE4FCD
Text Example
Text Example
White with #AE4FCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AE4FCD; }
p { color: rgb(174,79,205); }
H1.HeaderClassName
{
color: #AE4FCD;
}
.AnyTagClassName
{
color: #AE4FCD;
}
</style>
background-color css
<style>
a { background-color: #AE4FCD; }
a { background-color: rgb(174,79,205); }
div.DivClassName
{
background-color: #AE4FCD;
}
.BgClassName
{
background-color: #AE4FCD;
}
</style>
border-color css
<style>
span { border-color: #AE4FCD; }
span { border-color: rgb(174,79,205); }
td.TdClassName
{
border-color: #AE4FCD;
}
.TagClassName
{
border-color: #AE4FCD;
}
</style>