Shades of Medium Orchid #AF5ECE
Tints of Medium Orchid #AF5ECE
RGB
CMYK
RGB Variations
Color information
#AF5ECE (or 0xAF5ECE) is known color: Medium Orchid. HEX triplet: AF, 5E and CE. RGB value is (175,94,206). Sum of RGB (Red+Green+Blue) = 175+94+206=475 (62% of max value = 765). Red value is 175 (68.75% from 255 or 36.84% from 475); Green value is 94 (37.11% from 255 or 19.79% from 475); Blue value is 206 (80.86% from 255 or 43.37% from 475); Max value from RGB is 206 - color contains mainly: blue. Hex color #AF5ECE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AF5ECE is #50A131. Grayscale: #828282. Windows color (decimal): -5284146 or 13524655. OLE color: 13524655.
HSL color Cylindrical-coordinate representation of color #AF5ECE: hue angle of 283.39º degrees, saturation: 0.53, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #AF5ECE is Cyan = 0.15, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 175 | 94 | 206 | - |
| CMYK | 0.15 | 0.54 | 0 | 0.19 |
| HSL | 283.39º | 0.53% | 0.59% | - |
| HSV(B) | 283.39º | 0.54% | 0.81% | - |
| XYZ | 32.82 | 21.58 | 60.83 | - |
| YUV | 130.99 | 170.34 | 159.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 94 | 206 | 0.15 | 0.54 | 0 | 0.19 | 283.39 | 0.53 | 0.59 |
| Hex | AF | 5E | CE | F | 36 | 0 | 13 | 11B | 35 | 3B |
| Octal | 257 | 136 | 316 | 17 | 66 | 0 | 23 | 433 | 65 | 73 |
| Binary | 10101111 | 1011110 | 11001110 | 1111 | 110110 | 0 | 10011 | 100011011 | 110101 | 111011 |
Color Harmonies of #AF5ECE
Complementary color
Monochromatic Colors of #AF5ECE
Black with #AF5ECE
Text Example
Text Example
White with #AF5ECE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF5ECE; }
p { color: rgb(175,94,206); }
H1.HeaderClassName
{
color: #AF5ECE;
}
.AnyTagClassName
{
color: #AF5ECE;
}
</style>
background-color css
<style>
a { background-color: #AF5ECE; }
a { background-color: rgb(175,94,206); }
div.DivClassName
{
background-color: #AF5ECE;
}
.BgClassName
{
background-color: #AF5ECE;
}
</style>
border-color css
<style>
span { border-color: #AF5ECE; }
span { border-color: rgb(175,94,206); }
td.TdClassName
{
border-color: #AF5ECE;
}
.TagClassName
{
border-color: #AF5ECE;
}
</style>