Shades of Medium Orchid #AF56CC
Tints of Medium Orchid #AF56CC
RGB
CMYK
RGB Variations
Color information
#AF56CC (or 0xAF56CC) is known color: Medium Orchid. HEX triplet: AF, 56 and CC. RGB value is (175,86,204). Sum of RGB (Red+Green+Blue) = 175+86+204=465 (61% of max value = 765). Red value is 175 (68.75% from 255 or 37.63% from 465); Green value is 86 (33.98% from 255 or 18.49% from 465); Blue value is 204 (80.08% from 255 or 43.87% from 465); Max value from RGB is 204 - color contains mainly: blue. Hex color #AF56CC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AF56CC is #50A933. Grayscale: #7D7D7D. Windows color (decimal): -5286196 or 13391535. OLE color: 13391535.
HSL color Cylindrical-coordinate representation of color #AF56CC: hue angle of 285.25º degrees, saturation: 0.54, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #AF56CC is Cyan = 0.14, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 175 | 86 | 204 | - |
| CMYK | 0.14 | 0.58 | 0 | 0.2 |
| HSL | 285.25º | 0.54% | 0.57% | - |
| HSV(B) | 285.25º | 0.58% | 0.8% | - |
| XYZ | 31.91 | 20.13 | 59.33 | - |
| YUV | 126.06 | 171.99 | 162.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 86 | 204 | 0.14 | 0.58 | 0 | 0.2 | 285.25 | 0.54 | 0.57 |
| Hex | AF | 56 | CC | E | 3A | 0 | 14 | 11D | 36 | 39 |
| Octal | 257 | 126 | 314 | 16 | 72 | 0 | 24 | 435 | 66 | 71 |
| Binary | 10101111 | 1010110 | 11001100 | 1110 | 111010 | 0 | 10100 | 100011101 | 110110 | 111001 |
Color Harmonies of #AF56CC
Complementary color
Monochromatic Colors of #AF56CC
Black with #AF56CC
Text Example
Text Example
White with #AF56CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF56CC; }
p { color: rgb(175,86,204); }
H1.HeaderClassName
{
color: #AF56CC;
}
.AnyTagClassName
{
color: #AF56CC;
}
</style>
background-color css
<style>
a { background-color: #AF56CC; }
a { background-color: rgb(175,86,204); }
div.DivClassName
{
background-color: #AF56CC;
}
.BgClassName
{
background-color: #AF56CC;
}
</style>
border-color css
<style>
span { border-color: #AF56CC; }
span { border-color: rgb(175,86,204); }
td.TdClassName
{
border-color: #AF56CC;
}
.TagClassName
{
border-color: #AF56CC;
}
</style>