Shades of Medium Orchid #AF4DD6
Tints of Medium Orchid #AF4DD6
RGB
CMYK
RGB Variations
Color information
#AF4DD6 (or 0xAF4DD6) is known color: Medium Orchid. HEX triplet: AF, 4D and D6. RGB value is (175,77,214). Sum of RGB (Red+Green+Blue) = 175+77+214=466 (61% of max value = 765). Red value is 175 (68.75% from 255 or 37.55% from 466); Green value is 77 (30.47% from 255 or 16.52% from 466); Blue value is 214 (83.98% from 255 or 45.92% from 466); Max value from RGB is 214 - color contains mainly: blue. Hex color #AF4DD6 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AF4DD6 is #50B229. Grayscale: #797979. Windows color (decimal): -5288490 or 14044591. OLE color: 14044591.
HSL color Cylindrical-coordinate representation of color #AF4DD6: hue angle of 282.92º degrees, saturation: 0.63, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #AF4DD6 is Cyan = 0.18, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 175 | 77 | 214 | - |
| CMYK | 0.18 | 0.64 | 0 | 0.16 |
| HSL | 282.92º | 0.63% | 0.57% | - |
| HSV(B) | 282.92º | 0.64% | 0.84% | - |
| XYZ | 32.47 | 19.28 | 65.63 | - |
| YUV | 121.92 | 179.97 | 165.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 77 | 214 | 0.18 | 0.64 | 0 | 0.16 | 282.92 | 0.63 | 0.57 |
| Hex | AF | 4D | D6 | 12 | 40 | 0 | 10 | 11B | 3F | 39 |
| Octal | 257 | 115 | 326 | 22 | 100 | 0 | 20 | 433 | 77 | 71 |
| Binary | 10101111 | 1001101 | 11010110 | 10010 | 1000000 | 0 | 10000 | 100011011 | 111111 | 111001 |
Color Harmonies of #AF4DD6
Complementary color
Monochromatic Colors of #AF4DD6
Black with #AF4DD6
Text Example
Text Example
White with #AF4DD6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF4DD6; }
p { color: rgb(175,77,214); }
H1.HeaderClassName
{
color: #AF4DD6;
}
.AnyTagClassName
{
color: #AF4DD6;
}
</style>
background-color css
<style>
a { background-color: #AF4DD6; }
a { background-color: rgb(175,77,214); }
div.DivClassName
{
background-color: #AF4DD6;
}
.BgClassName
{
background-color: #AF4DD6;
}
</style>
border-color css
<style>
span { border-color: #AF4DD6; }
span { border-color: rgb(175,77,214); }
td.TdClassName
{
border-color: #AF4DD6;
}
.TagClassName
{
border-color: #AF4DD6;
}
</style>