Shades of Medium Orchid #AF5DCB
Tints of Medium Orchid #AF5DCB
RGB
CMYK
RGB Variations
Color information
#AF5DCB (or 0xAF5DCB) is known color: Medium Orchid. HEX triplet: AF, 5D and CB. RGB value is (175,93,203). Sum of RGB (Red+Green+Blue) = 175+93+203=471 (62% of max value = 765). Red value is 175 (68.75% from 255 or 37.15% from 471); Green value is 93 (36.72% from 255 or 19.75% from 471); Blue value is 203 (79.69% from 255 or 43.10% from 471); Max value from RGB is 203 - color contains mainly: blue. Hex color #AF5DCB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AF5DCB is #50A234. Grayscale: #818181. Windows color (decimal): -5284405 or 13327791. OLE color: 13327791.
HSL color Cylindrical-coordinate representation of color #AF5DCB: hue angle of 284.73º degrees, saturation: 0.51, 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 #AF5DCB is Cyan = 0.14, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 175 | 93 | 203 | - |
| CMYK | 0.14 | 0.54 | 0 | 0.20 |
| HSL | 284.73º | 0.51% | 0.58% | - |
| HSV(B) | 284.73º | 0.54% | 0.8% | - |
| XYZ | 32.37 | 21.25 | 58.9 | - |
| YUV | 130.06 | 169.17 | 160.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 93 | 203 | 0.14 | 0.54 | 0 | 0.20 | 284.73 | 0.51 | 0.58 |
| Hex | AF | 5D | CB | E | 36 | 0 | 14 | 11D | 33 | 3A |
| Octal | 257 | 135 | 313 | 16 | 66 | 0 | 24 | 435 | 63 | 72 |
| Binary | 10101111 | 1011101 | 11001011 | 1110 | 110110 | 0 | 10100 | 100011101 | 110011 | 111010 |
Color Harmonies of #AF5DCB
Complementary color
Monochromatic Colors of #AF5DCB
Black with #AF5DCB
Text Example
Text Example
White with #AF5DCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF5DCB; }
p { color: rgb(175,93,203); }
H1.HeaderClassName
{
color: #AF5DCB;
}
.AnyTagClassName
{
color: #AF5DCB;
}
</style>
background-color css
<style>
a { background-color: #AF5DCB; }
a { background-color: rgb(175,93,203); }
div.DivClassName
{
background-color: #AF5DCB;
}
.BgClassName
{
background-color: #AF5DCB;
}
</style>
border-color css
<style>
span { border-color: #AF5DCB; }
span { border-color: rgb(175,93,203); }
td.TdClassName
{
border-color: #AF5DCB;
}
.TagClassName
{
border-color: #AF5DCB;
}
</style>