Shades of Medium Orchid #AF56CF
Tints of Medium Orchid #AF56CF
RGB
CMYK
RGB Variations
Color information
#AF56CF (or 0xAF56CF) is known color: Medium Orchid. HEX triplet: AF, 56 and CF. RGB value is (175,86,207). Sum of RGB (Red+Green+Blue) = 175+86+207=468 (61% of max value = 765). Red value is 175 (68.75% from 255 or 37.39% from 468); Green value is 86 (33.98% from 255 or 18.38% from 468); Blue value is 207 (81.25% from 255 or 44.23% from 468); Max value from RGB is 207 - color contains mainly: blue. Hex color #AF56CF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AF56CF is #50A930. Grayscale: #7E7E7E. Windows color (decimal): -5286193 or 13588143. OLE color: 13588143.
HSL color Cylindrical-coordinate representation of color #AF56CF: hue angle of 284.13º degrees, saturation: 0.56, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #AF56CF is Cyan = 0.15, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 175 | 86 | 207 | - |
| CMYK | 0.15 | 0.58 | 0 | 0.19 |
| HSL | 284.13º | 0.56% | 0.57% | - |
| HSV(B) | 284.13º | 0.58% | 0.81% | - |
| XYZ | 32.27 | 20.27 | 61.24 | - |
| YUV | 126.41 | 173.49 | 162.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 86 | 207 | 0.15 | 0.58 | 0 | 0.19 | 284.13 | 0.56 | 0.57 |
| Hex | AF | 56 | CF | F | 3A | 0 | 13 | 11C | 38 | 39 |
| Octal | 257 | 126 | 317 | 17 | 72 | 0 | 23 | 434 | 70 | 71 |
| Binary | 10101111 | 1010110 | 11001111 | 1111 | 111010 | 0 | 10011 | 100011100 | 111000 | 111001 |
Color Harmonies of #AF56CF
Complementary color
Monochromatic Colors of #AF56CF
Black with #AF56CF
Text Example
Text Example
White with #AF56CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF56CF; }
p { color: rgb(175,86,207); }
H1.HeaderClassName
{
color: #AF56CF;
}
.AnyTagClassName
{
color: #AF56CF;
}
</style>
background-color css
<style>
a { background-color: #AF56CF; }
a { background-color: rgb(175,86,207); }
div.DivClassName
{
background-color: #AF56CF;
}
.BgClassName
{
background-color: #AF56CF;
}
</style>
border-color css
<style>
span { border-color: #AF56CF; }
span { border-color: rgb(175,86,207); }
td.TdClassName
{
border-color: #AF56CF;
}
.TagClassName
{
border-color: #AF56CF;
}
</style>