Shades of Medium Orchid #AF54CD
Tints of Medium Orchid #AF54CD
RGB
CMYK
RGB Variations
Color information
#AF54CD (or 0xAF54CD) is known color: Medium Orchid. HEX triplet: AF, 54 and CD. RGB value is (175,84,205). Sum of RGB (Red+Green+Blue) = 175+84+205=464 (61% of max value = 765). Red value is 175 (68.75% from 255 or 37.72% from 464); Green value is 84 (33.20% from 255 or 18.10% from 464); Blue value is 205 (80.47% from 255 or 44.18% from 464); Max value from RGB is 205 - color contains mainly: blue. Hex color #AF54CD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AF54CD is #50AB32. Grayscale: #7C7C7C. Windows color (decimal): -5286707 or 13456559. OLE color: 13456559.
HSL color Cylindrical-coordinate representation of color #AF54CD: hue angle of 285.12º degrees, saturation: 0.55, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #AF54CD is Cyan = 0.15, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 175 | 84 | 205 | - |
| CMYK | 0.15 | 0.59 | 0 | 0.20 |
| HSL | 285.12º | 0.55% | 0.57% | - |
| HSV(B) | 285.12º | 0.59% | 0.8% | - |
| XYZ | 31.87 | 19.86 | 59.91 | - |
| YUV | 125 | 173.15 | 163.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 84 | 205 | 0.15 | 0.59 | 0 | 0.20 | 285.12 | 0.55 | 0.57 |
| Hex | AF | 54 | CD | F | 3B | 0 | 14 | 11D | 37 | 39 |
| Octal | 257 | 124 | 315 | 17 | 73 | 0 | 24 | 435 | 67 | 71 |
| Binary | 10101111 | 1010100 | 11001101 | 1111 | 111011 | 0 | 10100 | 100011101 | 110111 | 111001 |
Color Harmonies of #AF54CD
Complementary color
Monochromatic Colors of #AF54CD
Black with #AF54CD
Text Example
Text Example
White with #AF54CD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF54CD; }
p { color: rgb(175,84,205); }
H1.HeaderClassName
{
color: #AF54CD;
}
.AnyTagClassName
{
color: #AF54CD;
}
</style>
background-color css
<style>
a { background-color: #AF54CD; }
a { background-color: rgb(175,84,205); }
div.DivClassName
{
background-color: #AF54CD;
}
.BgClassName
{
background-color: #AF54CD;
}
</style>
border-color css
<style>
span { border-color: #AF54CD; }
span { border-color: rgb(175,84,205); }
td.TdClassName
{
border-color: #AF54CD;
}
.TagClassName
{
border-color: #AF54CD;
}
</style>