Shades of Medium Orchid #AF63CF
Tints of Medium Orchid #AF63CF
RGB
CMYK
RGB Variations
Color information
#AF63CF (or 0xAF63CF) is known color: Medium Orchid. HEX triplet: AF, 63 and CF. RGB value is (175,99,207). Sum of RGB (Red+Green+Blue) = 175+99+207=481 (63% of max value = 765). Red value is 175 (68.75% from 255 or 36.38% from 481); Green value is 99 (39.06% from 255 or 20.58% from 481); Blue value is 207 (81.25% from 255 or 43.04% from 481); Max value from RGB is 207 - color contains mainly: blue. Hex color #AF63CF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AF63CF is #509C30. Grayscale: #858585. Windows color (decimal): -5282865 or 13591471. OLE color: 13591471.
HSL color Cylindrical-coordinate representation of color #AF63CF: hue angle of 282.22º degrees, saturation: 0.53, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #AF63CF is Cyan = 0.15, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 175 | 99 | 207 | - |
| CMYK | 0.15 | 0.52 | 0 | 0.19 |
| HSL | 282.22º | 0.53% | 0.6% | - |
| HSV(B) | 282.22º | 0.52% | 0.81% | - |
| XYZ | 33.4 | 22.54 | 61.62 | - |
| YUV | 134.04 | 169.18 | 157.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 99 | 207 | 0.15 | 0.52 | 0 | 0.19 | 282.22 | 0.53 | 0.6 |
| Hex | AF | 63 | CF | F | 34 | 0 | 13 | 11A | 35 | 3C |
| Octal | 257 | 143 | 317 | 17 | 64 | 0 | 23 | 432 | 65 | 74 |
| Binary | 10101111 | 1100011 | 11001111 | 1111 | 110100 | 0 | 10011 | 100011010 | 110101 | 111100 |
Color Harmonies of #AF63CF
Complementary color
Monochromatic Colors of #AF63CF
Black with #AF63CF
Text Example
Text Example
White with #AF63CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF63CF; }
p { color: rgb(175,99,207); }
H1.HeaderClassName
{
color: #AF63CF;
}
.AnyTagClassName
{
color: #AF63CF;
}
</style>
background-color css
<style>
a { background-color: #AF63CF; }
a { background-color: rgb(175,99,207); }
div.DivClassName
{
background-color: #AF63CF;
}
.BgClassName
{
background-color: #AF63CF;
}
</style>
border-color css
<style>
span { border-color: #AF63CF; }
span { border-color: rgb(175,99,207); }
td.TdClassName
{
border-color: #AF63CF;
}
.TagClassName
{
border-color: #AF63CF;
}
</style>