Shades of Medium Orchid #AF63DE
Tints of Medium Orchid #AF63DE
RGB
CMYK
RGB Variations
Color information
#AF63DE (or 0xAF63DE) is known color: Medium Orchid. HEX triplet: AF, 63 and DE. RGB value is (175,99,222). Sum of RGB (Red+Green+Blue) = 175+99+222=496 (65% of max value = 765). Red value is 175 (68.75% from 255 or 35.28% from 496); Green value is 99 (39.06% from 255 or 19.96% from 496); Blue value is 222 (87.11% from 255 or 44.76% from 496); Max value from RGB is 222 - color contains mainly: blue. Hex color #AF63DE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AF63DE is #509C21. Grayscale: #878787. Windows color (decimal): -5282850 or 14574511. OLE color: 14574511.
HSL color Cylindrical-coordinate representation of color #AF63DE: hue angle of 277.07º degrees, saturation: 0.65, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #AF63DE is Cyan = 0.21, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 175 | 99 | 222 | - |
| CMYK | 0.21 | 0.55 | 0 | 0.13 |
| HSL | 277.07º | 0.65% | 0.63% | - |
| HSV(B) | 277.07º | 0.55% | 0.87% | - |
| XYZ | 35.33 | 23.31 | 71.74 | - |
| YUV | 135.75 | 176.68 | 156 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 99 | 222 | 0.21 | 0.55 | 0 | 0.13 | 277.07 | 0.65 | 0.63 |
| Hex | AF | 63 | DE | 15 | 37 | 0 | D | 115 | 41 | 3F |
| Octal | 257 | 143 | 336 | 25 | 67 | 0 | 15 | 425 | 101 | 77 |
| Binary | 10101111 | 1100011 | 11011110 | 10101 | 110111 | 0 | 1101 | 100010101 | 1000001 | 111111 |
Color Harmonies of #AF63DE
Complementary color
Monochromatic Colors of #AF63DE
Black with #AF63DE
Text Example
Text Example
White with #AF63DE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF63DE; }
p { color: rgb(175,99,222); }
H1.HeaderClassName
{
color: #AF63DE;
}
.AnyTagClassName
{
color: #AF63DE;
}
</style>
background-color css
<style>
a { background-color: #AF63DE; }
a { background-color: rgb(175,99,222); }
div.DivClassName
{
background-color: #AF63DE;
}
.BgClassName
{
background-color: #AF63DE;
}
</style>
border-color css
<style>
span { border-color: #AF63DE; }
span { border-color: rgb(175,99,222); }
td.TdClassName
{
border-color: #AF63DE;
}
.TagClassName
{
border-color: #AF63DE;
}
</style>