Shades of Medium Orchid #AF5DD6
Tints of Medium Orchid #AF5DD6
RGB
CMYK
RGB Variations
Color information
#AF5DD6 (or 0xAF5DD6) is known color: Medium Orchid. HEX triplet: AF, 5D and D6. RGB value is (175,93,214). Sum of RGB (Red+Green+Blue) = 175+93+214=482 (63% of max value = 765). Red value is 175 (68.75% from 255 or 36.31% from 482); Green value is 93 (36.72% from 255 or 19.29% from 482); Blue value is 214 (83.98% from 255 or 44.40% from 482); Max value from RGB is 214 - color contains mainly: blue. Hex color #AF5DD6 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AF5DD6 is #50A229. Grayscale: #828282. Windows color (decimal): -5284394 or 14048687. OLE color: 14048687.
HSL color Cylindrical-coordinate representation of color #AF5DD6: hue angle of 280.66º degrees, saturation: 0.6, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #AF5DD6 is Cyan = 0.18, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 175 | 93 | 214 | - |
| CMYK | 0.18 | 0.57 | 0 | 0.16 |
| HSL | 280.66º | 0.6% | 0.6% | - |
| HSV(B) | 280.66º | 0.57% | 0.84% | - |
| XYZ | 33.73 | 21.8 | 66.05 | - |
| YUV | 131.31 | 174.67 | 159.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 93 | 214 | 0.18 | 0.57 | 0 | 0.16 | 280.66 | 0.6 | 0.6 |
| Hex | AF | 5D | D6 | 12 | 39 | 0 | 10 | 119 | 3C | 3C |
| Octal | 257 | 135 | 326 | 22 | 71 | 0 | 20 | 431 | 74 | 74 |
| Binary | 10101111 | 1011101 | 11010110 | 10010 | 111001 | 0 | 10000 | 100011001 | 111100 | 111100 |
Color Harmonies of #AF5DD6
Complementary color
Monochromatic Colors of #AF5DD6
Black with #AF5DD6
Text Example
Text Example
White with #AF5DD6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF5DD6; }
p { color: rgb(175,93,214); }
H1.HeaderClassName
{
color: #AF5DD6;
}
.AnyTagClassName
{
color: #AF5DD6;
}
</style>
background-color css
<style>
a { background-color: #AF5DD6; }
a { background-color: rgb(175,93,214); }
div.DivClassName
{
background-color: #AF5DD6;
}
.BgClassName
{
background-color: #AF5DD6;
}
</style>
border-color css
<style>
span { border-color: #AF5DD6; }
span { border-color: rgb(175,93,214); }
td.TdClassName
{
border-color: #AF5DD6;
}
.TagClassName
{
border-color: #AF5DD6;
}
</style>