Shades of Medium Orchid #AF6EC8
Tints of Medium Orchid #AF6EC8
RGB
CMYK
RGB Variations
Color information
#AF6EC8 (or 0xAF6EC8) is known color: Medium Orchid. HEX triplet: AF, 6E and C8. RGB value is (175,110,200). Sum of RGB (Red+Green+Blue) = 175+110+200=485 (64% of max value = 765). Red value is 175 (68.75% from 255 or 36.08% from 485); Green value is 110 (43.36% from 255 or 22.68% from 485); Blue value is 200 (78.52% from 255 or 41.24% from 485); Max value from RGB is 200 - color contains mainly: blue. Hex color #AF6EC8 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AF6EC8 is #509137. Grayscale: #8B8B8B. Windows color (decimal): -5280056 or 13135535. OLE color: 13135535.
HSL color Cylindrical-coordinate representation of color #AF6EC8: hue angle of 283.33º degrees, saturation: 0.45, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #AF6EC8 is Cyan = 0.12, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 175 | 110 | 200 | - |
| CMYK | 0.12 | 0.45 | 0 | 0.22 |
| HSL | 283.33º | 0.45% | 0.61% | - |
| HSV(B) | 283.33º | 0.45% | 0.78% | - |
| XYZ | 33.68 | 24.44 | 57.59 | - |
| YUV | 139.7 | 162.03 | 153.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 110 | 200 | 0.12 | 0.45 | 0 | 0.22 | 283.33 | 0.45 | 0.61 |
| Hex | AF | 6E | C8 | C | 2D | 0 | 16 | 11B | 2D | 3D |
| Octal | 257 | 156 | 310 | 14 | 55 | 0 | 26 | 433 | 55 | 75 |
| Binary | 10101111 | 1101110 | 11001000 | 1100 | 101101 | 0 | 10110 | 100011011 | 101101 | 111101 |
Color Harmonies of #AF6EC8
Complementary color
Monochromatic Colors of #AF6EC8
Black with #AF6EC8
Text Example
Text Example
White with #AF6EC8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF6EC8; }
p { color: rgb(175,110,200); }
H1.HeaderClassName
{
color: #AF6EC8;
}
.AnyTagClassName
{
color: #AF6EC8;
}
</style>
background-color css
<style>
a { background-color: #AF6EC8; }
a { background-color: rgb(175,110,200); }
div.DivClassName
{
background-color: #AF6EC8;
}
.BgClassName
{
background-color: #AF6EC8;
}
</style>
border-color css
<style>
span { border-color: #AF6EC8; }
span { border-color: rgb(175,110,200); }
td.TdClassName
{
border-color: #AF6EC8;
}
.TagClassName
{
border-color: #AF6EC8;
}
</style>