Shades of Medium Orchid #AF63DF
Tints of Medium Orchid #AF63DF
RGB
CMYK
RGB Variations
Color information
#AF63DF (or 0xAF63DF) is known color: Medium Orchid. HEX triplet: AF, 63 and DF. RGB value is (175,99,223). Sum of RGB (Red+Green+Blue) = 175+99+223=497 (65% of max value = 765). Red value is 175 (68.75% from 255 or 35.21% from 497); Green value is 99 (39.06% from 255 or 19.92% from 497); Blue value is 223 (87.5% from 255 or 44.87% from 497); Max value from RGB is 223 - color contains mainly: blue. Hex color #AF63DF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AF63DF is #509C20. Grayscale: #878787. Windows color (decimal): -5282849 or 14640047. OLE color: 14640047.
HSL color Cylindrical-coordinate representation of color #AF63DF: hue angle of 276.77º degrees, saturation: 0.66, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #AF63DF is Cyan = 0.22, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 175 | 99 | 223 | - |
| CMYK | 0.22 | 0.56 | 0 | 0.13 |
| HSL | 276.77º | 0.66% | 0.63% | - |
| HSV(B) | 276.77º | 0.56% | 0.87% | - |
| XYZ | 35.46 | 23.37 | 72.45 | - |
| YUV | 135.86 | 177.18 | 155.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 99 | 223 | 0.22 | 0.56 | 0 | 0.13 | 276.77 | 0.66 | 0.63 |
| Hex | AF | 63 | DF | 16 | 38 | 0 | D | 115 | 42 | 3F |
| Octal | 257 | 143 | 337 | 26 | 70 | 0 | 15 | 425 | 102 | 77 |
| Binary | 10101111 | 1100011 | 11011111 | 10110 | 111000 | 0 | 1101 | 100010101 | 1000010 | 111111 |
Color Harmonies of #AF63DF
Complementary color
Monochromatic Colors of #AF63DF
Black with #AF63DF
Text Example
Text Example
White with #AF63DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF63DF; }
p { color: rgb(175,99,223); }
H1.HeaderClassName
{
color: #AF63DF;
}
.AnyTagClassName
{
color: #AF63DF;
}
</style>
background-color css
<style>
a { background-color: #AF63DF; }
a { background-color: rgb(175,99,223); }
div.DivClassName
{
background-color: #AF63DF;
}
.BgClassName
{
background-color: #AF63DF;
}
</style>
border-color css
<style>
span { border-color: #AF63DF; }
span { border-color: rgb(175,99,223); }
td.TdClassName
{
border-color: #AF63DF;
}
.TagClassName
{
border-color: #AF63DF;
}
</style>