Shades of Medium Orchid #AF47CF
Tints of Medium Orchid #AF47CF
RGB
CMYK
RGB Variations
Color information
#AF47CF (or 0xAF47CF) is known color: Medium Orchid. HEX triplet: AF, 47 and CF. RGB value is (175,71,207). Sum of RGB (Red+Green+Blue) = 175+71+207=453 (60% of max value = 765). Red value is 175 (68.75% from 255 or 38.63% from 453); Green value is 71 (28.12% from 255 or 15.67% from 453); Blue value is 207 (81.25% from 255 or 45.70% from 453); Max value from RGB is 207 - color contains mainly: blue. Hex color #AF47CF is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AF47CF is #50B830. Grayscale: #757575. Windows color (decimal): -5290033 or 13584303. OLE color: 13584303.
HSL color Cylindrical-coordinate representation of color #AF47CF: hue angle of 285.88º degrees, saturation: 0.59, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #AF47CF is Cyan = 0.15, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 175 | 71 | 207 | - |
| CMYK | 0.15 | 0.66 | 0 | 0.19 |
| HSL | 285.88º | 0.59% | 0.55% | - |
| HSV(B) | 285.88º | 0.66% | 0.81% | - |
| XYZ | 31.19 | 18.13 | 60.89 | - |
| YUV | 117.6 | 178.46 | 168.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 71 | 207 | 0.15 | 0.66 | 0 | 0.19 | 285.88 | 0.59 | 0.55 |
| Hex | AF | 47 | CF | F | 42 | 0 | 13 | 11E | 3B | 37 |
| Octal | 257 | 107 | 317 | 17 | 102 | 0 | 23 | 436 | 73 | 67 |
| Binary | 10101111 | 1000111 | 11001111 | 1111 | 1000010 | 0 | 10011 | 100011110 | 111011 | 110111 |
Color Harmonies of #AF47CF
Complementary color
Monochromatic Colors of #AF47CF
Black with #AF47CF
Text Example
Text Example
White with #AF47CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF47CF; }
p { color: rgb(175,71,207); }
H1.HeaderClassName
{
color: #AF47CF;
}
.AnyTagClassName
{
color: #AF47CF;
}
</style>
background-color css
<style>
a { background-color: #AF47CF; }
a { background-color: rgb(175,71,207); }
div.DivClassName
{
background-color: #AF47CF;
}
.BgClassName
{
background-color: #AF47CF;
}
</style>
border-color css
<style>
span { border-color: #AF47CF; }
span { border-color: rgb(175,71,207); }
td.TdClassName
{
border-color: #AF47CF;
}
.TagClassName
{
border-color: #AF47CF;
}
</style>