Shades of Medium Orchid #AF3DDF
Tints of Medium Orchid #AF3DDF
RGB
CMYK
RGB Variations
Color information
#AF3DDF (or 0xAF3DDF) is known color: Medium Orchid. HEX triplet: AF, 3D and DF. RGB value is (175,61,223). Sum of RGB (Red+Green+Blue) = 175+61+223=459 (60% of max value = 765). Red value is 175 (68.75% from 255 or 38.13% from 459); Green value is 61 (24.22% from 255 or 13.29% from 459); Blue value is 223 (87.5% from 255 or 48.58% from 459); Max value from RGB is 223 - color contains mainly: blue. Hex color #AF3DDF is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AF3DDF is #50C220. Grayscale: #717171. Windows color (decimal): -5292577 or 14630319. OLE color: 14630319.
HSL color Cylindrical-coordinate representation of color #AF3DDF: hue angle of 282.22º degrees, saturation: 0.72, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #AF3DDF is Cyan = 0.22, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 175 | 61 | 223 | - |
| CMYK | 0.22 | 0.73 | 0 | 0.13 |
| HSL | 282.22º | 0.72% | 0.56% | - |
| HSV(B) | 282.22º | 0.73% | 0.87% | - |
| XYZ | 32.67 | 17.78 | 71.52 | - |
| YUV | 113.55 | 189.77 | 171.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 61 | 223 | 0.22 | 0.73 | 0 | 0.13 | 282.22 | 0.72 | 0.56 |
| Hex | AF | 3D | DF | 16 | 49 | 0 | D | 11A | 48 | 38 |
| Octal | 257 | 75 | 337 | 26 | 111 | 0 | 15 | 432 | 110 | 70 |
| Binary | 10101111 | 111101 | 11011111 | 10110 | 1001001 | 0 | 1101 | 100011010 | 1001000 | 111000 |
Color Harmonies of #AF3DDF
Complementary color
Monochromatic Colors of #AF3DDF
Black with #AF3DDF
Text Example
Text Example
White with #AF3DDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF3DDF; }
p { color: rgb(175,61,223); }
H1.HeaderClassName
{
color: #AF3DDF;
}
.AnyTagClassName
{
color: #AF3DDF;
}
</style>
background-color css
<style>
a { background-color: #AF3DDF; }
a { background-color: rgb(175,61,223); }
div.DivClassName
{
background-color: #AF3DDF;
}
.BgClassName
{
background-color: #AF3DDF;
}
</style>
border-color css
<style>
span { border-color: #AF3DDF; }
span { border-color: rgb(175,61,223); }
td.TdClassName
{
border-color: #AF3DDF;
}
.TagClassName
{
border-color: #AF3DDF;
}
</style>