Shades of Medium Orchid #AF4FDD
Tints of Medium Orchid #AF4FDD
RGB
CMYK
RGB Variations
Color information
#AF4FDD (or 0xAF4FDD) is known color: Medium Orchid. HEX triplet: AF, 4F and DD. RGB value is (175,79,221). Sum of RGB (Red+Green+Blue) = 175+79+221=475 (62% of max value = 765). Red value is 175 (68.75% from 255 or 36.84% from 475); Green value is 79 (31.25% from 255 or 16.63% from 475); Blue value is 221 (86.72% from 255 or 46.53% from 475); Max value from RGB is 221 - color contains mainly: blue. Hex color #AF4FDD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AF4FDD is #50B022. Grayscale: #7B7B7B. Windows color (decimal): -5287971 or 14503855. OLE color: 14503855.
HSL color Cylindrical-coordinate representation of color #AF4FDD: hue angle of 280.56º degrees, saturation: 0.68, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #AF4FDD is Cyan = 0.21, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 175 | 79 | 221 | - |
| CMYK | 0.21 | 0.64 | 0 | 0.13 |
| HSL | 280.56º | 0.68% | 0.59% | - |
| HSV(B) | 280.56º | 0.64% | 0.87% | - |
| XYZ | 33.53 | 19.93 | 70.49 | - |
| YUV | 123.89 | 182.8 | 164.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 79 | 221 | 0.21 | 0.64 | 0 | 0.13 | 280.56 | 0.68 | 0.59 |
| Hex | AF | 4F | DD | 15 | 40 | 0 | D | 119 | 44 | 3B |
| Octal | 257 | 117 | 335 | 25 | 100 | 0 | 15 | 431 | 104 | 73 |
| Binary | 10101111 | 1001111 | 11011101 | 10101 | 1000000 | 0 | 1101 | 100011001 | 1000100 | 111011 |
Color Harmonies of #AF4FDD
Complementary color
Monochromatic Colors of #AF4FDD
Black with #AF4FDD
Text Example
Text Example
White with #AF4FDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF4FDD; }
p { color: rgb(175,79,221); }
H1.HeaderClassName
{
color: #AF4FDD;
}
.AnyTagClassName
{
color: #AF4FDD;
}
</style>
background-color css
<style>
a { background-color: #AF4FDD; }
a { background-color: rgb(175,79,221); }
div.DivClassName
{
background-color: #AF4FDD;
}
.BgClassName
{
background-color: #AF4FDD;
}
</style>
border-color css
<style>
span { border-color: #AF4FDD; }
span { border-color: rgb(175,79,221); }
td.TdClassName
{
border-color: #AF4FDD;
}
.TagClassName
{
border-color: #AF4FDD;
}
</style>