Shades of Medium Orchid #AF47DE
Tints of Medium Orchid #AF47DE
RGB
CMYK
RGB Variations
Color information
#AF47DE (or 0xAF47DE) is known color: Medium Orchid. HEX triplet: AF, 47 and DE. RGB value is (175,71,222). Sum of RGB (Red+Green+Blue) = 175+71+222=468 (61% of max value = 765). Red value is 175 (68.75% from 255 or 37.39% from 468); Green value is 71 (28.12% from 255 or 15.17% from 468); Blue value is 222 (87.11% from 255 or 47.44% from 468); Max value from RGB is 222 - color contains mainly: blue. Hex color #AF47DE is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AF47DE is #50B821. Grayscale: #767676. Windows color (decimal): -5290018 or 14567343. OLE color: 14567343.
HSL color Cylindrical-coordinate representation of color #AF47DE: hue angle of 281.32º degrees, saturation: 0.7, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #AF47DE is Cyan = 0.21, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 175 | 71 | 222 | - |
| CMYK | 0.21 | 0.68 | 0 | 0.13 |
| HSL | 281.32º | 0.7% | 0.57% | - |
| HSV(B) | 281.32º | 0.68% | 0.87% | - |
| XYZ | 33.12 | 18.89 | 71.01 | - |
| YUV | 119.31 | 185.96 | 167.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 71 | 222 | 0.21 | 0.68 | 0 | 0.13 | 281.32 | 0.7 | 0.57 |
| Hex | AF | 47 | DE | 15 | 44 | 0 | D | 119 | 46 | 39 |
| Octal | 257 | 107 | 336 | 25 | 104 | 0 | 15 | 431 | 106 | 71 |
| Binary | 10101111 | 1000111 | 11011110 | 10101 | 1000100 | 0 | 1101 | 100011001 | 1000110 | 111001 |
Color Harmonies of #AF47DE
Complementary color
Monochromatic Colors of #AF47DE
Black with #AF47DE
Text Example
Text Example
White with #AF47DE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF47DE; }
p { color: rgb(175,71,222); }
H1.HeaderClassName
{
color: #AF47DE;
}
.AnyTagClassName
{
color: #AF47DE;
}
</style>
background-color css
<style>
a { background-color: #AF47DE; }
a { background-color: rgb(175,71,222); }
div.DivClassName
{
background-color: #AF47DE;
}
.BgClassName
{
background-color: #AF47DE;
}
</style>
border-color css
<style>
span { border-color: #AF47DE; }
span { border-color: rgb(175,71,222); }
td.TdClassName
{
border-color: #AF47DE;
}
.TagClassName
{
border-color: #AF47DE;
}
</style>