Shades of Medium Orchid #AF5ECF
Tints of Medium Orchid #AF5ECF
RGB
CMYK
RGB Variations
Color information
#AF5ECF (or 0xAF5ECF) is known color: Medium Orchid. HEX triplet: AF, 5E and CF. RGB value is (175,94,207). Sum of RGB (Red+Green+Blue) = 175+94+207=476 (63% of max value = 765). Red value is 175 (68.75% from 255 or 36.76% from 476); Green value is 94 (37.11% from 255 or 19.75% from 476); Blue value is 207 (81.25% from 255 or 43.49% from 476); Max value from RGB is 207 - color contains mainly: blue. Hex color #AF5ECF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AF5ECF is #50A130. Grayscale: #828282. Windows color (decimal): -5284145 or 13590191. OLE color: 13590191.
HSL color Cylindrical-coordinate representation of color #AF5ECF: hue angle of 283.01º 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 #AF5ECF is Cyan = 0.15, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 175 | 94 | 207 | - |
| CMYK | 0.15 | 0.55 | 0 | 0.19 |
| HSL | 283.01º | 0.54% | 0.59% | - |
| HSV(B) | 283.01º | 0.55% | 0.81% | - |
| XYZ | 32.94 | 21.62 | 61.47 | - |
| YUV | 131.1 | 170.84 | 159.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 94 | 207 | 0.15 | 0.55 | 0 | 0.19 | 283.01 | 0.54 | 0.59 |
| Hex | AF | 5E | CF | F | 37 | 0 | 13 | 11B | 36 | 3B |
| Octal | 257 | 136 | 317 | 17 | 67 | 0 | 23 | 433 | 66 | 73 |
| Binary | 10101111 | 1011110 | 11001111 | 1111 | 110111 | 0 | 10011 | 100011011 | 110110 | 111011 |
Color Harmonies of #AF5ECF
Complementary color
Monochromatic Colors of #AF5ECF
Black with #AF5ECF
Text Example
Text Example
White with #AF5ECF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF5ECF; }
p { color: rgb(175,94,207); }
H1.HeaderClassName
{
color: #AF5ECF;
}
.AnyTagClassName
{
color: #AF5ECF;
}
</style>
background-color css
<style>
a { background-color: #AF5ECF; }
a { background-color: rgb(175,94,207); }
div.DivClassName
{
background-color: #AF5ECF;
}
.BgClassName
{
background-color: #AF5ECF;
}
</style>
border-color css
<style>
span { border-color: #AF5ECF; }
span { border-color: rgb(175,94,207); }
td.TdClassName
{
border-color: #AF5ECF;
}
.TagClassName
{
border-color: #AF5ECF;
}
</style>