Shades of Medium Orchid #AF3DDE
Tints of Medium Orchid #AF3DDE
RGB
CMYK
RGB Variations
Color information
#AF3DDE (or 0xAF3DDE) is known color: Medium Orchid. HEX triplet: AF, 3D and DE. RGB value is (175,61,222). Sum of RGB (Red+Green+Blue) = 175+61+222=458 (60% of max value = 765). Red value is 175 (68.75% from 255 or 38.21% from 458); Green value is 61 (24.22% from 255 or 13.32% from 458); Blue value is 222 (87.11% from 255 or 48.47% from 458); Max value from RGB is 222 - color contains mainly: blue. Hex color #AF3DDE is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AF3DDE is #50C221. Grayscale: #707070. Windows color (decimal): -5292578 or 14564783. OLE color: 14564783.
HSL color Cylindrical-coordinate representation of color #AF3DDE: hue angle of 282.48º degrees, saturation: 0.71, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #AF3DDE is Cyan = 0.21, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 175 | 61 | 222 | - |
| CMYK | 0.21 | 0.73 | 0 | 0.13 |
| HSL | 282.48º | 0.71% | 0.55% | - |
| HSV(B) | 282.48º | 0.73% | 0.87% | - |
| XYZ | 32.53 | 17.73 | 70.81 | - |
| YUV | 113.44 | 189.27 | 171.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 61 | 222 | 0.21 | 0.73 | 0 | 0.13 | 282.48 | 0.71 | 0.55 |
| Hex | AF | 3D | DE | 15 | 49 | 0 | D | 11A | 47 | 37 |
| Octal | 257 | 75 | 336 | 25 | 111 | 0 | 15 | 432 | 107 | 67 |
| Binary | 10101111 | 111101 | 11011110 | 10101 | 1001001 | 0 | 1101 | 100011010 | 1000111 | 110111 |
Color Harmonies of #AF3DDE
Complementary color
Monochromatic Colors of #AF3DDE
Black with #AF3DDE
Text Example
Text Example
White with #AF3DDE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF3DDE; }
p { color: rgb(175,61,222); }
H1.HeaderClassName
{
color: #AF3DDE;
}
.AnyTagClassName
{
color: #AF3DDE;
}
</style>
background-color css
<style>
a { background-color: #AF3DDE; }
a { background-color: rgb(175,61,222); }
div.DivClassName
{
background-color: #AF3DDE;
}
.BgClassName
{
background-color: #AF3DDE;
}
</style>
border-color css
<style>
span { border-color: #AF3DDE; }
span { border-color: rgb(175,61,222); }
td.TdClassName
{
border-color: #AF3DDE;
}
.TagClassName
{
border-color: #AF3DDE;
}
</style>