Shades of Medium Orchid #AF4DCE
Tints of Medium Orchid #AF4DCE
RGB
CMYK
RGB Variations
Color information
#AF4DCE (or 0xAF4DCE) is known color: Medium Orchid. HEX triplet: AF, 4D and CE. RGB value is (175,77,206). Sum of RGB (Red+Green+Blue) = 175+77+206=458 (60% of max value = 765). Red value is 175 (68.75% from 255 or 38.21% from 458); Green value is 77 (30.47% from 255 or 16.81% from 458); Blue value is 206 (80.86% from 255 or 44.98% from 458); Max value from RGB is 206 - color contains mainly: blue. Hex color #AF4DCE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AF4DCE is #50B231. Grayscale: #787878. Windows color (decimal): -5288498 or 13520303. OLE color: 13520303.
HSL color Cylindrical-coordinate representation of color #AF4DCE: hue angle of 285.58º degrees, saturation: 0.57, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #AF4DCE is Cyan = 0.15, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 175 | 77 | 206 | - |
| CMYK | 0.15 | 0.63 | 0 | 0.19 |
| HSL | 285.58º | 0.57% | 0.55% | - |
| HSV(B) | 285.58º | 0.63% | 0.81% | - |
| XYZ | 31.47 | 18.88 | 60.38 | - |
| YUV | 121.01 | 175.97 | 166.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 77 | 206 | 0.15 | 0.63 | 0 | 0.19 | 285.58 | 0.57 | 0.55 |
| Hex | AF | 4D | CE | F | 3F | 0 | 13 | 11E | 39 | 37 |
| Octal | 257 | 115 | 316 | 17 | 77 | 0 | 23 | 436 | 71 | 67 |
| Binary | 10101111 | 1001101 | 11001110 | 1111 | 111111 | 0 | 10011 | 100011110 | 111001 | 110111 |
Color Harmonies of #AF4DCE
Complementary color
Monochromatic Colors of #AF4DCE
Black with #AF4DCE
Text Example
Text Example
White with #AF4DCE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF4DCE; }
p { color: rgb(175,77,206); }
H1.HeaderClassName
{
color: #AF4DCE;
}
.AnyTagClassName
{
color: #AF4DCE;
}
</style>
background-color css
<style>
a { background-color: #AF4DCE; }
a { background-color: rgb(175,77,206); }
div.DivClassName
{
background-color: #AF4DCE;
}
.BgClassName
{
background-color: #AF4DCE;
}
</style>
border-color css
<style>
span { border-color: #AF4DCE; }
span { border-color: rgb(175,77,206); }
td.TdClassName
{
border-color: #AF4DCE;
}
.TagClassName
{
border-color: #AF4DCE;
}
</style>