Shades of Medium Orchid #AF5DCF
Tints of Medium Orchid #AF5DCF
RGB
CMYK
RGB Variations
Color information
#AF5DCF (or 0xAF5DCF) is known color: Medium Orchid. HEX triplet: AF, 5D and CF. RGB value is (175,93,207). Sum of RGB (Red+Green+Blue) = 175+93+207=475 (62% of max value = 765). Red value is 175 (68.75% from 255 or 36.84% from 475); Green value is 93 (36.72% from 255 or 19.58% from 475); Blue value is 207 (81.25% from 255 or 43.58% from 475); Max value from RGB is 207 - color contains mainly: blue. Hex color #AF5DCF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AF5DCF is #50A230. Grayscale: #828282. Windows color (decimal): -5284401 or 13589935. OLE color: 13589935.
HSL color Cylindrical-coordinate representation of color #AF5DCF: hue angle of 283.16º degrees, saturation: 0.54, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #AF5DCF is Cyan = 0.15, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 175 | 93 | 207 | - |
| CMYK | 0.15 | 0.55 | 0 | 0.19 |
| HSL | 283.16º | 0.54% | 0.59% | - |
| HSV(B) | 283.16º | 0.55% | 0.81% | - |
| XYZ | 32.86 | 21.45 | 61.44 | - |
| YUV | 130.51 | 171.17 | 159.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 93 | 207 | 0.15 | 0.55 | 0 | 0.19 | 283.16 | 0.54 | 0.59 |
| Hex | AF | 5D | CF | F | 37 | 0 | 13 | 11B | 36 | 3B |
| Octal | 257 | 135 | 317 | 17 | 67 | 0 | 23 | 433 | 66 | 73 |
| Binary | 10101111 | 1011101 | 11001111 | 1111 | 110111 | 0 | 10011 | 100011011 | 110110 | 111011 |
Color Harmonies of #AF5DCF
Complementary color
Monochromatic Colors of #AF5DCF
Black with #AF5DCF
Text Example
Text Example
White with #AF5DCF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF5DCF; }
p { color: rgb(175,93,207); }
H1.HeaderClassName
{
color: #AF5DCF;
}
.AnyTagClassName
{
color: #AF5DCF;
}
</style>
background-color css
<style>
a { background-color: #AF5DCF; }
a { background-color: rgb(175,93,207); }
div.DivClassName
{
background-color: #AF5DCF;
}
.BgClassName
{
background-color: #AF5DCF;
}
</style>
border-color css
<style>
span { border-color: #AF5DCF; }
span { border-color: rgb(175,93,207); }
td.TdClassName
{
border-color: #AF5DCF;
}
.TagClassName
{
border-color: #AF5DCF;
}
</style>