Shades of Medium Orchid #AF50DD
Tints of Medium Orchid #AF50DD
RGB
CMYK
RGB Variations
Color information
#AF50DD (or 0xAF50DD) is known color: Medium Orchid. HEX triplet: AF, 50 and DD. RGB value is (175,80,221). Sum of RGB (Red+Green+Blue) = 175+80+221=476 (63% of max value = 765). Red value is 175 (68.75% from 255 or 36.76% from 476); Green value is 80 (31.64% from 255 or 16.81% from 476); Blue value is 221 (86.72% from 255 or 46.43% from 476); Max value from RGB is 221 - color contains mainly: blue. Hex color #AF50DD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AF50DD is #50AF22. Grayscale: #7C7C7C. Windows color (decimal): -5287715 or 14504111. OLE color: 14504111.
HSL color Cylindrical-coordinate representation of color #AF50DD: hue angle of 280.43º degrees, saturation: 0.67, 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 #AF50DD is Cyan = 0.21, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 175 | 80 | 221 | - |
| CMYK | 0.21 | 0.64 | 0 | 0.13 |
| HSL | 280.43º | 0.67% | 0.59% | - |
| HSV(B) | 280.43º | 0.64% | 0.87% | - |
| XYZ | 33.6 | 20.07 | 70.51 | - |
| YUV | 124.48 | 182.47 | 164.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 80 | 221 | 0.21 | 0.64 | 0 | 0.13 | 280.43 | 0.67 | 0.59 |
| Hex | AF | 50 | DD | 15 | 40 | 0 | D | 118 | 43 | 3B |
| Octal | 257 | 120 | 335 | 25 | 100 | 0 | 15 | 430 | 103 | 73 |
| Binary | 10101111 | 1010000 | 11011101 | 10101 | 1000000 | 0 | 1101 | 100011000 | 1000011 | 111011 |
Color Harmonies of #AF50DD
Complementary color
Monochromatic Colors of #AF50DD
Black with #AF50DD
Text Example
Text Example
White with #AF50DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF50DD; }
p { color: rgb(175,80,221); }
H1.HeaderClassName
{
color: #AF50DD;
}
.AnyTagClassName
{
color: #AF50DD;
}
</style>
background-color css
<style>
a { background-color: #AF50DD; }
a { background-color: rgb(175,80,221); }
div.DivClassName
{
background-color: #AF50DD;
}
.BgClassName
{
background-color: #AF50DD;
}
</style>
border-color css
<style>
span { border-color: #AF50DD; }
span { border-color: rgb(175,80,221); }
td.TdClassName
{
border-color: #AF50DD;
}
.TagClassName
{
border-color: #AF50DD;
}
</style>