Shades of Medium Orchid #AF3FDE
Tints of Medium Orchid #AF3FDE
RGB
CMYK
RGB Variations
Color information
#AF3FDE (or 0xAF3FDE) is known color: Medium Orchid. HEX triplet: AF, 3F and DE. RGB value is (175,63,222). Sum of RGB (Red+Green+Blue) = 175+63+222=460 (60% of max value = 765). Red value is 175 (68.75% from 255 or 38.04% from 460); Green value is 63 (25% from 255 or 13.70% from 460); Blue value is 222 (87.11% from 255 or 48.26% from 460); Max value from RGB is 222 - color contains mainly: blue. Hex color #AF3FDE is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AF3FDE is #50C021. Grayscale: #727272. Windows color (decimal): -5292066 or 14565295. OLE color: 14565295.
HSL color Cylindrical-coordinate representation of color #AF3FDE: hue angle of 282.26º degrees, saturation: 0.71, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #AF3FDE is Cyan = 0.21, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 175 | 63 | 222 | - |
| CMYK | 0.21 | 0.72 | 0 | 0.13 |
| HSL | 282.26º | 0.71% | 0.56% | - |
| HSV(B) | 282.26º | 0.72% | 0.87% | - |
| XYZ | 32.64 | 17.94 | 70.85 | - |
| YUV | 114.61 | 188.61 | 171.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 63 | 222 | 0.21 | 0.72 | 0 | 0.13 | 282.26 | 0.71 | 0.56 |
| Hex | AF | 3F | DE | 15 | 48 | 0 | D | 11A | 47 | 38 |
| Octal | 257 | 77 | 336 | 25 | 110 | 0 | 15 | 432 | 107 | 70 |
| Binary | 10101111 | 111111 | 11011110 | 10101 | 1001000 | 0 | 1101 | 100011010 | 1000111 | 111000 |
Color Harmonies of #AF3FDE
Complementary color
Monochromatic Colors of #AF3FDE
Black with #AF3FDE
Text Example
Text Example
White with #AF3FDE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF3FDE; }
p { color: rgb(175,63,222); }
H1.HeaderClassName
{
color: #AF3FDE;
}
.AnyTagClassName
{
color: #AF3FDE;
}
</style>
background-color css
<style>
a { background-color: #AF3FDE; }
a { background-color: rgb(175,63,222); }
div.DivClassName
{
background-color: #AF3FDE;
}
.BgClassName
{
background-color: #AF3FDE;
}
</style>
border-color css
<style>
span { border-color: #AF3FDE; }
span { border-color: rgb(175,63,222); }
td.TdClassName
{
border-color: #AF3FDE;
}
.TagClassName
{
border-color: #AF3FDE;
}
</style>