Shades of Medium Orchid #AF4DC8
Tints of Medium Orchid #AF4DC8
RGB
CMYK
RGB Variations
Color information
#AF4DC8 (or 0xAF4DC8) is known color: Medium Orchid. HEX triplet: AF, 4D and C8. RGB value is (175,77,200). Sum of RGB (Red+Green+Blue) = 175+77+200=452 (59% of max value = 765). Red value is 175 (68.75% from 255 or 38.72% from 452); Green value is 77 (30.47% from 255 or 17.04% from 452); Blue value is 200 (78.52% from 255 or 44.25% from 452); Max value from RGB is 200 - color contains mainly: blue. Hex color #AF4DC8 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AF4DC8 is #50B237. Grayscale: #777777. Windows color (decimal): -5288504 or 13127087. OLE color: 13127087.
HSL color Cylindrical-coordinate representation of color #AF4DC8: hue angle of 287.8º degrees, saturation: 0.53, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #AF4DC8 is Cyan = 0.12, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 175 | 77 | 200 | - |
| CMYK | 0.12 | 0.62 | 0 | 0.22 |
| HSL | 287.8º | 0.53% | 0.54% | - |
| HSV(B) | 287.8º | 0.62% | 0.78% | - |
| XYZ | 30.76 | 18.59 | 56.61 | - |
| YUV | 120.32 | 172.97 | 167 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 77 | 200 | 0.12 | 0.62 | 0 | 0.22 | 287.8 | 0.53 | 0.54 |
| Hex | AF | 4D | C8 | C | 3E | 0 | 16 | 120 | 35 | 36 |
| Octal | 257 | 115 | 310 | 14 | 76 | 0 | 26 | 440 | 65 | 66 |
| Binary | 10101111 | 1001101 | 11001000 | 1100 | 111110 | 0 | 10110 | 100100000 | 110101 | 110110 |
Color Harmonies of #AF4DC8
Complementary color
Monochromatic Colors of #AF4DC8
Black with #AF4DC8
Text Example
Text Example
White with #AF4DC8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF4DC8; }
p { color: rgb(175,77,200); }
H1.HeaderClassName
{
color: #AF4DC8;
}
.AnyTagClassName
{
color: #AF4DC8;
}
</style>
background-color css
<style>
a { background-color: #AF4DC8; }
a { background-color: rgb(175,77,200); }
div.DivClassName
{
background-color: #AF4DC8;
}
.BgClassName
{
background-color: #AF4DC8;
}
</style>
border-color css
<style>
span { border-color: #AF4DC8; }
span { border-color: rgb(175,77,200); }
td.TdClassName
{
border-color: #AF4DC8;
}
.TagClassName
{
border-color: #AF4DC8;
}
</style>