Shades of Medium Orchid #AF3EDE
Tints of Medium Orchid #AF3EDE
RGB
CMYK
RGB Variations
Color information
#AF3EDE (or 0xAF3EDE) is known color: Medium Orchid. HEX triplet: AF, 3E and DE. RGB value is (175,62,222). Sum of RGB (Red+Green+Blue) = 175+62+222=459 (60% of max value = 765). Red value is 175 (68.75% from 255 or 38.13% from 459); Green value is 62 (24.61% from 255 or 13.51% from 459); Blue value is 222 (87.11% from 255 or 48.37% from 459); Max value from RGB is 222 - color contains mainly: blue. Hex color #AF3EDE is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AF3EDE is #50C121. Grayscale: #717171. Windows color (decimal): -5292322 or 14565039. OLE color: 14565039.
HSL color Cylindrical-coordinate representation of color #AF3EDE: hue angle of 282.38º degrees, saturation: 0.71, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #AF3EDE is Cyan = 0.21, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 175 | 62 | 222 | - |
| CMYK | 0.21 | 0.72 | 0 | 0.13 |
| HSL | 282.38º | 0.71% | 0.56% | - |
| HSV(B) | 282.38º | 0.72% | 0.87% | - |
| XYZ | 32.59 | 17.83 | 70.83 | - |
| YUV | 114.03 | 188.94 | 171.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 62 | 222 | 0.21 | 0.72 | 0 | 0.13 | 282.38 | 0.71 | 0.56 |
| Hex | AF | 3E | DE | 15 | 48 | 0 | D | 11A | 47 | 38 |
| Octal | 257 | 76 | 336 | 25 | 110 | 0 | 15 | 432 | 107 | 70 |
| Binary | 10101111 | 111110 | 11011110 | 10101 | 1001000 | 0 | 1101 | 100011010 | 1000111 | 111000 |
Color Harmonies of #AF3EDE
Complementary color
Monochromatic Colors of #AF3EDE
Black with #AF3EDE
Text Example
Text Example
White with #AF3EDE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF3EDE; }
p { color: rgb(175,62,222); }
H1.HeaderClassName
{
color: #AF3EDE;
}
.AnyTagClassName
{
color: #AF3EDE;
}
</style>
background-color css
<style>
a { background-color: #AF3EDE; }
a { background-color: rgb(175,62,222); }
div.DivClassName
{
background-color: #AF3EDE;
}
.BgClassName
{
background-color: #AF3EDE;
}
</style>
border-color css
<style>
span { border-color: #AF3EDE; }
span { border-color: rgb(175,62,222); }
td.TdClassName
{
border-color: #AF3EDE;
}
.TagClassName
{
border-color: #AF3EDE;
}
</style>