Shades of Medium Orchid #AF62DD
Tints of Medium Orchid #AF62DD
RGB
CMYK
RGB Variations
Color information
#AF62DD (or 0xAF62DD) is known color: Medium Orchid. HEX triplet: AF, 62 and DD. RGB value is (175,98,221). Sum of RGB (Red+Green+Blue) = 175+98+221=494 (65% of max value = 765). Red value is 175 (68.75% from 255 or 35.43% from 494); Green value is 98 (38.67% from 255 or 19.84% from 494); Blue value is 221 (86.72% from 255 or 44.74% from 494); Max value from RGB is 221 - color contains mainly: blue. Hex color #AF62DD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AF62DD is #509D22. Grayscale: #868686. Windows color (decimal): -5283107 or 14508719. OLE color: 14508719.
HSL color Cylindrical-coordinate representation of color #AF62DD: hue angle of 277.56º degrees, saturation: 0.64, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #AF62DD is Cyan = 0.21, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 175 | 98 | 221 | - |
| CMYK | 0.21 | 0.56 | 0 | 0.13 |
| HSL | 277.56º | 0.64% | 0.63% | - |
| HSV(B) | 277.56º | 0.56% | 0.87% | - |
| XYZ | 35.1 | 23.07 | 71.01 | - |
| YUV | 135.05 | 176.51 | 156.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 98 | 221 | 0.21 | 0.56 | 0 | 0.13 | 277.56 | 0.64 | 0.63 |
| Hex | AF | 62 | DD | 15 | 38 | 0 | D | 116 | 40 | 3F |
| Octal | 257 | 142 | 335 | 25 | 70 | 0 | 15 | 426 | 100 | 77 |
| Binary | 10101111 | 1100010 | 11011101 | 10101 | 111000 | 0 | 1101 | 100010110 | 1000000 | 111111 |
Color Harmonies of #AF62DD
Complementary color
Monochromatic Colors of #AF62DD
Black with #AF62DD
Text Example
Text Example
White with #AF62DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF62DD; }
p { color: rgb(175,98,221); }
H1.HeaderClassName
{
color: #AF62DD;
}
.AnyTagClassName
{
color: #AF62DD;
}
</style>
background-color css
<style>
a { background-color: #AF62DD; }
a { background-color: rgb(175,98,221); }
div.DivClassName
{
background-color: #AF62DD;
}
.BgClassName
{
background-color: #AF62DD;
}
</style>
border-color css
<style>
span { border-color: #AF62DD; }
span { border-color: rgb(175,98,221); }
td.TdClassName
{
border-color: #AF62DD;
}
.TagClassName
{
border-color: #AF62DD;
}
</style>