Shades of Medium Orchid #AF5FCE
Tints of Medium Orchid #AF5FCE
RGB
CMYK
RGB Variations
Color information
#AF5FCE (or 0xAF5FCE) is known color: Medium Orchid. HEX triplet: AF, 5F and CE. RGB value is (175,95,206). Sum of RGB (Red+Green+Blue) = 175+95+206=476 (63% of max value = 765). Red value is 175 (68.75% from 255 or 36.76% from 476); Green value is 95 (37.5% from 255 or 19.96% from 476); Blue value is 206 (80.86% from 255 or 43.28% from 476); Max value from RGB is 206 - color contains mainly: blue. Hex color #AF5FCE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AF5FCE is #50A031. Grayscale: #838383. Windows color (decimal): -5283890 or 13524911. OLE color: 13524911.
HSL color Cylindrical-coordinate representation of color #AF5FCE: hue angle of 283.24º degrees, saturation: 0.53, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #AF5FCE is Cyan = 0.15, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 175 | 95 | 206 | - |
| CMYK | 0.15 | 0.54 | 0 | 0.19 |
| HSL | 283.24º | 0.53% | 0.59% | - |
| HSV(B) | 283.24º | 0.54% | 0.81% | - |
| XYZ | 32.91 | 21.75 | 60.86 | - |
| YUV | 131.57 | 170 | 158.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 95 | 206 | 0.15 | 0.54 | 0 | 0.19 | 283.24 | 0.53 | 0.59 |
| Hex | AF | 5F | CE | F | 36 | 0 | 13 | 11B | 35 | 3B |
| Octal | 257 | 137 | 316 | 17 | 66 | 0 | 23 | 433 | 65 | 73 |
| Binary | 10101111 | 1011111 | 11001110 | 1111 | 110110 | 0 | 10011 | 100011011 | 110101 | 111011 |
Color Harmonies of #AF5FCE
Complementary color
Monochromatic Colors of #AF5FCE
Black with #AF5FCE
Text Example
Text Example
White with #AF5FCE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF5FCE; }
p { color: rgb(175,95,206); }
H1.HeaderClassName
{
color: #AF5FCE;
}
.AnyTagClassName
{
color: #AF5FCE;
}
</style>
background-color css
<style>
a { background-color: #AF5FCE; }
a { background-color: rgb(175,95,206); }
div.DivClassName
{
background-color: #AF5FCE;
}
.BgClassName
{
background-color: #AF5FCE;
}
</style>
border-color css
<style>
span { border-color: #AF5FCE; }
span { border-color: rgb(175,95,206); }
td.TdClassName
{
border-color: #AF5FCE;
}
.TagClassName
{
border-color: #AF5FCE;
}
</style>