Shades of Medium Orchid #AF5DDF
Tints of Medium Orchid #AF5DDF
RGB
CMYK
RGB Variations
Color information
#AF5DDF (or 0xAF5DDF) is known color: Medium Orchid. HEX triplet: AF, 5D and DF. RGB value is (175,93,223). Sum of RGB (Red+Green+Blue) = 175+93+223=491 (65% of max value = 765). Red value is 175 (68.75% from 255 or 35.64% from 491); Green value is 93 (36.72% from 255 or 18.94% from 491); Blue value is 223 (87.5% from 255 or 45.42% from 491); Max value from RGB is 223 - color contains mainly: blue. Hex color #AF5DDF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AF5DDF is #50A220. Grayscale: #838383. Windows color (decimal): -5284385 or 14638511. OLE color: 14638511.
HSL color Cylindrical-coordinate representation of color #AF5DDF: hue angle of 277.85º degrees, saturation: 0.67, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #AF5DDF is Cyan = 0.22, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 175 | 93 | 223 | - |
| CMYK | 0.22 | 0.58 | 0 | 0.13 |
| HSL | 277.85º | 0.67% | 0.62% | - |
| HSV(B) | 277.85º | 0.58% | 0.87% | - |
| XYZ | 34.91 | 22.27 | 72.27 | - |
| YUV | 132.34 | 179.17 | 158.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 93 | 223 | 0.22 | 0.58 | 0 | 0.13 | 277.85 | 0.67 | 0.62 |
| Hex | AF | 5D | DF | 16 | 3A | 0 | D | 116 | 43 | 3E |
| Octal | 257 | 135 | 337 | 26 | 72 | 0 | 15 | 426 | 103 | 76 |
| Binary | 10101111 | 1011101 | 11011111 | 10110 | 111010 | 0 | 1101 | 100010110 | 1000011 | 111110 |
Color Harmonies of #AF5DDF
Complementary color
Monochromatic Colors of #AF5DDF
Black with #AF5DDF
Text Example
Text Example
White with #AF5DDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF5DDF; }
p { color: rgb(175,93,223); }
H1.HeaderClassName
{
color: #AF5DDF;
}
.AnyTagClassName
{
color: #AF5DDF;
}
</style>
background-color css
<style>
a { background-color: #AF5DDF; }
a { background-color: rgb(175,93,223); }
div.DivClassName
{
background-color: #AF5DDF;
}
.BgClassName
{
background-color: #AF5DDF;
}
</style>
border-color css
<style>
span { border-color: #AF5DDF; }
span { border-color: rgb(175,93,223); }
td.TdClassName
{
border-color: #AF5DDF;
}
.TagClassName
{
border-color: #AF5DDF;
}
</style>