Shades of Medium Orchid #AF42DD
Tints of Medium Orchid #AF42DD
RGB
CMYK
RGB Variations
Color information
#AF42DD (or 0xAF42DD) is known color: Medium Orchid. HEX triplet: AF, 42 and DD. RGB value is (175,66,221). Sum of RGB (Red+Green+Blue) = 175+66+221=462 (61% of max value = 765). Red value is 175 (68.75% from 255 or 37.88% from 462); Green value is 66 (26.17% from 255 or 14.29% from 462); Blue value is 221 (86.72% from 255 or 47.84% from 462); Max value from RGB is 221 - color contains mainly: blue. Hex color #AF42DD is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AF42DD is #50BD22. Grayscale: #737373. Windows color (decimal): -5291299 or 14500527. OLE color: 14500527.
HSL color Cylindrical-coordinate representation of color #AF42DD: hue angle of 282.19º degrees, saturation: 0.7, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #AF42DD is Cyan = 0.21, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 175 | 66 | 221 | - |
| CMYK | 0.21 | 0.70 | 0 | 0.13 |
| HSL | 282.19º | 0.7% | 0.56% | - |
| HSV(B) | 282.19º | 0.7% | 0.87% | - |
| XYZ | 32.68 | 18.23 | 70.2 | - |
| YUV | 116.26 | 187.11 | 169.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 66 | 221 | 0.21 | 0.70 | 0 | 0.13 | 282.19 | 0.7 | 0.56 |
| Hex | AF | 42 | DD | 15 | 46 | 0 | D | 11A | 46 | 38 |
| Octal | 257 | 102 | 335 | 25 | 106 | 0 | 15 | 432 | 106 | 70 |
| Binary | 10101111 | 1000010 | 11011101 | 10101 | 1000110 | 0 | 1101 | 100011010 | 1000110 | 111000 |
Color Harmonies of #AF42DD
Complementary color
Monochromatic Colors of #AF42DD
Black with #AF42DD
Text Example
Text Example
White with #AF42DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF42DD; }
p { color: rgb(175,66,221); }
H1.HeaderClassName
{
color: #AF42DD;
}
.AnyTagClassName
{
color: #AF42DD;
}
</style>
background-color css
<style>
a { background-color: #AF42DD; }
a { background-color: rgb(175,66,221); }
div.DivClassName
{
background-color: #AF42DD;
}
.BgClassName
{
background-color: #AF42DD;
}
</style>
border-color css
<style>
span { border-color: #AF42DD; }
span { border-color: rgb(175,66,221); }
td.TdClassName
{
border-color: #AF42DD;
}
.TagClassName
{
border-color: #AF42DD;
}
</style>