Shades of Medium Orchid #AF4DCD
Tints of Medium Orchid #AF4DCD
RGB
CMYK
RGB Variations
Color information
#AF4DCD (or 0xAF4DCD) is known color: Medium Orchid. HEX triplet: AF, 4D and CD. RGB value is (175,77,205). Sum of RGB (Red+Green+Blue) = 175+77+205=457 (60% of max value = 765). Red value is 175 (68.75% from 255 or 38.29% from 457); Green value is 77 (30.47% from 255 or 16.85% from 457); Blue value is 205 (80.47% from 255 or 44.86% from 457); Max value from RGB is 205 - color contains mainly: blue. Hex color #AF4DCD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AF4DCD is #50B232. Grayscale: #787878. Windows color (decimal): -5288499 or 13454767. OLE color: 13454767.
HSL color Cylindrical-coordinate representation of color #AF4DCD: hue angle of 285.94º degrees, saturation: 0.56, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #AF4DCD is Cyan = 0.15, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 175 | 77 | 205 | - |
| CMYK | 0.15 | 0.62 | 0 | 0.20 |
| HSL | 285.94º | 0.56% | 0.55% | - |
| HSV(B) | 285.94º | 0.62% | 0.8% | - |
| XYZ | 31.35 | 18.83 | 59.74 | - |
| YUV | 120.89 | 175.47 | 166.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 77 | 205 | 0.15 | 0.62 | 0 | 0.20 | 285.94 | 0.56 | 0.55 |
| Hex | AF | 4D | CD | F | 3E | 0 | 14 | 11E | 38 | 37 |
| Octal | 257 | 115 | 315 | 17 | 76 | 0 | 24 | 436 | 70 | 67 |
| Binary | 10101111 | 1001101 | 11001101 | 1111 | 111110 | 0 | 10100 | 100011110 | 111000 | 110111 |
Color Harmonies of #AF4DCD
Complementary color
Monochromatic Colors of #AF4DCD
Black with #AF4DCD
Text Example
Text Example
White with #AF4DCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF4DCD; }
p { color: rgb(175,77,205); }
H1.HeaderClassName
{
color: #AF4DCD;
}
.AnyTagClassName
{
color: #AF4DCD;
}
</style>
background-color css
<style>
a { background-color: #AF4DCD; }
a { background-color: rgb(175,77,205); }
div.DivClassName
{
background-color: #AF4DCD;
}
.BgClassName
{
background-color: #AF4DCD;
}
</style>
border-color css
<style>
span { border-color: #AF4DCD; }
span { border-color: rgb(175,77,205); }
td.TdClassName
{
border-color: #AF4DCD;
}
.TagClassName
{
border-color: #AF4DCD;
}
</style>