Shades of Medium Orchid #AF3EDD
Tints of Medium Orchid #AF3EDD
RGB
CMYK
RGB Variations
Color information
#AF3EDD (or 0xAF3EDD) is known color: Medium Orchid. HEX triplet: AF, 3E and DD. RGB value is (175,62,221). Sum of RGB (Red+Green+Blue) = 175+62+221=458 (60% of max value = 765). Red value is 175 (68.75% from 255 or 38.21% from 458); Green value is 62 (24.61% from 255 or 13.54% from 458); Blue value is 221 (86.72% from 255 or 48.25% from 458); Max value from RGB is 221 - color contains mainly: blue. Hex color #AF3EDD is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AF3EDD is #50C122. Grayscale: #717171. Windows color (decimal): -5292323 or 14499503. OLE color: 14499503.
HSL color Cylindrical-coordinate representation of color #AF3EDD: hue angle of 282.64º degrees, saturation: 0.7, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #AF3EDD is Cyan = 0.21, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 175 | 62 | 221 | - |
| CMYK | 0.21 | 0.72 | 0 | 0.13 |
| HSL | 282.64º | 0.7% | 0.55% | - |
| HSV(B) | 282.64º | 0.72% | 0.87% | - |
| XYZ | 32.45 | 17.78 | 70.13 | - |
| YUV | 113.91 | 188.44 | 171.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 62 | 221 | 0.21 | 0.72 | 0 | 0.13 | 282.64 | 0.7 | 0.55 |
| Hex | AF | 3E | DD | 15 | 48 | 0 | D | 11B | 46 | 37 |
| Octal | 257 | 76 | 335 | 25 | 110 | 0 | 15 | 433 | 106 | 67 |
| Binary | 10101111 | 111110 | 11011101 | 10101 | 1001000 | 0 | 1101 | 100011011 | 1000110 | 110111 |
Color Harmonies of #AF3EDD
Complementary color
Monochromatic Colors of #AF3EDD
Black with #AF3EDD
Text Example
Text Example
White with #AF3EDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF3EDD; }
p { color: rgb(175,62,221); }
H1.HeaderClassName
{
color: #AF3EDD;
}
.AnyTagClassName
{
color: #AF3EDD;
}
</style>
background-color css
<style>
a { background-color: #AF3EDD; }
a { background-color: rgb(175,62,221); }
div.DivClassName
{
background-color: #AF3EDD;
}
.BgClassName
{
background-color: #AF3EDD;
}
</style>
border-color css
<style>
span { border-color: #AF3EDD; }
span { border-color: rgb(175,62,221); }
td.TdClassName
{
border-color: #AF3EDD;
}
.TagClassName
{
border-color: #AF3EDD;
}
</style>