Shades of Medium Orchid #AF50C7
Tints of Medium Orchid #AF50C7
RGB
CMYK
RGB Variations
Color information
#AF50C7 (or 0xAF50C7) is known color: Medium Orchid. HEX triplet: AF, 50 and C7. RGB value is (175,80,199). Sum of RGB (Red+Green+Blue) = 175+80+199=454 (60% of max value = 765). Red value is 175 (68.75% from 255 or 38.55% from 454); Green value is 80 (31.64% from 255 or 17.62% from 454); Blue value is 199 (78.12% from 255 or 43.83% from 454); Max value from RGB is 199 - color contains mainly: blue. Hex color #AF50C7 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AF50C7 is #50AF38. Grayscale: #797979. Windows color (decimal): -5287737 or 13062319. OLE color: 13062319.
HSL color Cylindrical-coordinate representation of color #AF50C7: hue angle of 287.9º degrees, saturation: 0.52, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #AF50C7 is Cyan = 0.12, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 175 | 80 | 199 | - |
| CMYK | 0.12 | 0.60 | 0 | 0.22 |
| HSL | 287.9º | 0.52% | 0.55% | - |
| HSV(B) | 287.9º | 0.6% | 0.78% | - |
| XYZ | 30.86 | 18.97 | 56.07 | - |
| YUV | 121.97 | 171.47 | 165.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 80 | 199 | 0.12 | 0.60 | 0 | 0.22 | 287.9 | 0.52 | 0.55 |
| Hex | AF | 50 | C7 | C | 3C | 0 | 16 | 120 | 34 | 37 |
| Octal | 257 | 120 | 307 | 14 | 74 | 0 | 26 | 440 | 64 | 67 |
| Binary | 10101111 | 1010000 | 11000111 | 1100 | 111100 | 0 | 10110 | 100100000 | 110100 | 110111 |
Color Harmonies of #AF50C7
Complementary color
Monochromatic Colors of #AF50C7
Black with #AF50C7
Text Example
Text Example
White with #AF50C7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF50C7; }
p { color: rgb(175,80,199); }
H1.HeaderClassName
{
color: #AF50C7;
}
.AnyTagClassName
{
color: #AF50C7;
}
</style>
background-color css
<style>
a { background-color: #AF50C7; }
a { background-color: rgb(175,80,199); }
div.DivClassName
{
background-color: #AF50C7;
}
.BgClassName
{
background-color: #AF50C7;
}
</style>
border-color css
<style>
span { border-color: #AF50C7; }
span { border-color: rgb(175,80,199); }
td.TdClassName
{
border-color: #AF50C7;
}
.TagClassName
{
border-color: #AF50C7;
}
</style>