Shades of Medium Orchid #AF5DCE
Tints of Medium Orchid #AF5DCE
RGB
CMYK
RGB Variations
Color information
#AF5DCE (or 0xAF5DCE) is known color: Medium Orchid. HEX triplet: AF, 5D and CE. RGB value is (175,93,206). Sum of RGB (Red+Green+Blue) = 175+93+206=474 (62% of max value = 765). Red value is 175 (68.75% from 255 or 36.92% from 474); Green value is 93 (36.72% from 255 or 19.62% from 474); Blue value is 206 (80.86% from 255 or 43.46% from 474); Max value from RGB is 206 - color contains mainly: blue. Hex color #AF5DCE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AF5DCE is #50A231. Grayscale: #828282. Windows color (decimal): -5284402 or 13524399. OLE color: 13524399.
HSL color Cylindrical-coordinate representation of color #AF5DCE: hue angle of 283.54º degrees, saturation: 0.54, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #AF5DCE is Cyan = 0.15, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 175 | 93 | 206 | - |
| CMYK | 0.15 | 0.55 | 0 | 0.19 |
| HSL | 283.54º | 0.54% | 0.59% | - |
| HSV(B) | 283.54º | 0.55% | 0.81% | - |
| XYZ | 32.73 | 21.4 | 60.8 | - |
| YUV | 130.4 | 170.67 | 159.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 93 | 206 | 0.15 | 0.55 | 0 | 0.19 | 283.54 | 0.54 | 0.59 |
| Hex | AF | 5D | CE | F | 37 | 0 | 13 | 11C | 36 | 3B |
| Octal | 257 | 135 | 316 | 17 | 67 | 0 | 23 | 434 | 66 | 73 |
| Binary | 10101111 | 1011101 | 11001110 | 1111 | 110111 | 0 | 10011 | 100011100 | 110110 | 111011 |
Color Harmonies of #AF5DCE
Complementary color
Monochromatic Colors of #AF5DCE
Black with #AF5DCE
Text Example
Text Example
White with #AF5DCE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF5DCE; }
p { color: rgb(175,93,206); }
H1.HeaderClassName
{
color: #AF5DCE;
}
.AnyTagClassName
{
color: #AF5DCE;
}
</style>
background-color css
<style>
a { background-color: #AF5DCE; }
a { background-color: rgb(175,93,206); }
div.DivClassName
{
background-color: #AF5DCE;
}
.BgClassName
{
background-color: #AF5DCE;
}
</style>
border-color css
<style>
span { border-color: #AF5DCE; }
span { border-color: rgb(175,93,206); }
td.TdClassName
{
border-color: #AF5DCE;
}
.TagClassName
{
border-color: #AF5DCE;
}
</style>