Shades of Medium Orchid #AF5DCC
Tints of Medium Orchid #AF5DCC
RGB
CMYK
RGB Variations
Color information
#AF5DCC (or 0xAF5DCC) is known color: Medium Orchid. HEX triplet: AF, 5D and CC. RGB value is (175,93,204). Sum of RGB (Red+Green+Blue) = 175+93+204=472 (62% of max value = 765). Red value is 175 (68.75% from 255 or 37.08% from 472); Green value is 93 (36.72% from 255 or 19.70% from 472); Blue value is 204 (80.08% from 255 or 43.22% from 472); Max value from RGB is 204 - color contains mainly: blue. Hex color #AF5DCC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AF5DCC is #50A233. Grayscale: #818181. Windows color (decimal): -5284404 or 13393327. OLE color: 13393327.
HSL color Cylindrical-coordinate representation of color #AF5DCC: hue angle of 284.32º degrees, saturation: 0.52, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #AF5DCC is Cyan = 0.14, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 175 | 93 | 204 | - |
| CMYK | 0.14 | 0.54 | 0 | 0.2 |
| HSL | 284.32º | 0.52% | 0.58% | - |
| HSV(B) | 284.32º | 0.54% | 0.8% | - |
| XYZ | 32.49 | 21.3 | 59.53 | - |
| YUV | 130.17 | 169.67 | 159.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 93 | 204 | 0.14 | 0.54 | 0 | 0.2 | 284.32 | 0.52 | 0.58 |
| Hex | AF | 5D | CC | E | 36 | 0 | 14 | 11C | 34 | 3A |
| Octal | 257 | 135 | 314 | 16 | 66 | 0 | 24 | 434 | 64 | 72 |
| Binary | 10101111 | 1011101 | 11001100 | 1110 | 110110 | 0 | 10100 | 100011100 | 110100 | 111010 |
Color Harmonies of #AF5DCC
Complementary color
Monochromatic Colors of #AF5DCC
Black with #AF5DCC
Text Example
Text Example
White with #AF5DCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF5DCC; }
p { color: rgb(175,93,204); }
H1.HeaderClassName
{
color: #AF5DCC;
}
.AnyTagClassName
{
color: #AF5DCC;
}
</style>
background-color css
<style>
a { background-color: #AF5DCC; }
a { background-color: rgb(175,93,204); }
div.DivClassName
{
background-color: #AF5DCC;
}
.BgClassName
{
background-color: #AF5DCC;
}
</style>
border-color css
<style>
span { border-color: #AF5DCC; }
span { border-color: rgb(175,93,204); }
td.TdClassName
{
border-color: #AF5DCC;
}
.TagClassName
{
border-color: #AF5DCC;
}
</style>