Shades of Medium Orchid #AF3DDD
Tints of Medium Orchid #AF3DDD
RGB
CMYK
RGB Variations
Color information
#AF3DDD (or 0xAF3DDD) is known color: Medium Orchid. HEX triplet: AF, 3D and DD. RGB value is (175,61,221). Sum of RGB (Red+Green+Blue) = 175+61+221=457 (60% of max value = 765). Red value is 175 (68.75% from 255 or 38.29% from 457); Green value is 61 (24.22% from 255 or 13.35% from 457); Blue value is 221 (86.72% from 255 or 48.36% from 457); Max value from RGB is 221 - color contains mainly: blue. Hex color #AF3DDD is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AF3DDD is #50C222. Grayscale: #707070. Windows color (decimal): -5292579 or 14499247. OLE color: 14499247.
HSL color Cylindrical-coordinate representation of color #AF3DDD: hue angle of 282.75º degrees, saturation: 0.7, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #AF3DDD is Cyan = 0.21, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 175 | 61 | 221 | - |
| CMYK | 0.21 | 0.72 | 0 | 0.13 |
| HSL | 282.75º | 0.7% | 0.55% | - |
| HSV(B) | 282.75º | 0.72% | 0.87% | - |
| XYZ | 32.4 | 17.67 | 70.11 | - |
| YUV | 113.33 | 188.77 | 171.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 61 | 221 | 0.21 | 0.72 | 0 | 0.13 | 282.75 | 0.7 | 0.55 |
| Hex | AF | 3D | DD | 15 | 48 | 0 | D | 11B | 46 | 37 |
| Octal | 257 | 75 | 335 | 25 | 110 | 0 | 15 | 433 | 106 | 67 |
| Binary | 10101111 | 111101 | 11011101 | 10101 | 1001000 | 0 | 1101 | 100011011 | 1000110 | 110111 |
Color Harmonies of #AF3DDD
Complementary color
Monochromatic Colors of #AF3DDD
Black with #AF3DDD
Text Example
Text Example
White with #AF3DDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF3DDD; }
p { color: rgb(175,61,221); }
H1.HeaderClassName
{
color: #AF3DDD;
}
.AnyTagClassName
{
color: #AF3DDD;
}
</style>
background-color css
<style>
a { background-color: #AF3DDD; }
a { background-color: rgb(175,61,221); }
div.DivClassName
{
background-color: #AF3DDD;
}
.BgClassName
{
background-color: #AF3DDD;
}
</style>
border-color css
<style>
span { border-color: #AF3DDD; }
span { border-color: rgb(175,61,221); }
td.TdClassName
{
border-color: #AF3DDD;
}
.TagClassName
{
border-color: #AF3DDD;
}
</style>