Shades of Medium Orchid #AF3DD2
Tints of Medium Orchid #AF3DD2
RGB
CMYK
RGB Variations
Color information
#AF3DD2 (or 0xAF3DD2) is known color: Medium Orchid. HEX triplet: AF, 3D and D2. RGB value is (175,61,210). Sum of RGB (Red+Green+Blue) = 175+61+210=446 (59% of max value = 765). Red value is 175 (68.75% from 255 or 39.24% from 446); Green value is 61 (24.22% from 255 or 13.68% from 446); Blue value is 210 (82.42% from 255 or 47.09% from 446); Max value from RGB is 210 - color contains mainly: blue. Hex color #AF3DD2 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AF3DD2 is #50C22D. Grayscale: #6F6F6F. Windows color (decimal): -5292590 or 13778351. OLE color: 13778351.
HSL color Cylindrical-coordinate representation of color #AF3DD2: hue angle of 285.91º degrees, saturation: 0.62, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #AF3DD2 is Cyan = 0.17, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 175 | 61 | 210 | - |
| CMYK | 0.17 | 0.71 | 0 | 0.18 |
| HSL | 285.91º | 0.62% | 0.53% | - |
| HSV(B) | 285.91º | 0.71% | 0.82% | - |
| XYZ | 30.98 | 17.1 | 62.64 | - |
| YUV | 112.07 | 183.27 | 172.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 61 | 210 | 0.17 | 0.71 | 0 | 0.18 | 285.91 | 0.62 | 0.53 |
| Hex | AF | 3D | D2 | 11 | 47 | 0 | 12 | 11E | 3E | 35 |
| Octal | 257 | 75 | 322 | 21 | 107 | 0 | 22 | 436 | 76 | 65 |
| Binary | 10101111 | 111101 | 11010010 | 10001 | 1000111 | 0 | 10010 | 100011110 | 111110 | 110101 |
Color Harmonies of #AF3DD2
Complementary color
Monochromatic Colors of #AF3DD2
Black with #AF3DD2
Text Example
Text Example
White with #AF3DD2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF3DD2; }
p { color: rgb(175,61,210); }
H1.HeaderClassName
{
color: #AF3DD2;
}
.AnyTagClassName
{
color: #AF3DD2;
}
</style>
background-color css
<style>
a { background-color: #AF3DD2; }
a { background-color: rgb(175,61,210); }
div.DivClassName
{
background-color: #AF3DD2;
}
.BgClassName
{
background-color: #AF3DD2;
}
</style>
border-color css
<style>
span { border-color: #AF3DD2; }
span { border-color: rgb(175,61,210); }
td.TdClassName
{
border-color: #AF3DD2;
}
.TagClassName
{
border-color: #AF3DD2;
}
</style>