Shades of Medium Orchid #AF4ECE
Tints of Medium Orchid #AF4ECE
RGB
CMYK
RGB Variations
Color information
#AF4ECE (or 0xAF4ECE) is known color: Medium Orchid. HEX triplet: AF, 4E and CE. RGB value is (175,78,206). Sum of RGB (Red+Green+Blue) = 175+78+206=459 (60% of max value = 765). Red value is 175 (68.75% from 255 or 38.13% from 459); Green value is 78 (30.86% from 255 or 16.99% from 459); Blue value is 206 (80.86% from 255 or 44.88% from 459); Max value from RGB is 206 - color contains mainly: blue. Hex color #AF4ECE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AF4ECE is #50B131. Grayscale: #797979. Windows color (decimal): -5288242 or 13520559. OLE color: 13520559.
HSL color Cylindrical-coordinate representation of color #AF4ECE: hue angle of 285.47º degrees, saturation: 0.57, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #AF4ECE is Cyan = 0.15, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 175 | 78 | 206 | - |
| CMYK | 0.15 | 0.62 | 0 | 0.19 |
| HSL | 285.47º | 0.57% | 0.56% | - |
| HSV(B) | 285.47º | 0.62% | 0.81% | - |
| XYZ | 31.54 | 19.02 | 60.4 | - |
| YUV | 121.6 | 175.64 | 166.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 78 | 206 | 0.15 | 0.62 | 0 | 0.19 | 285.47 | 0.57 | 0.56 |
| Hex | AF | 4E | CE | F | 3E | 0 | 13 | 11D | 39 | 38 |
| Octal | 257 | 116 | 316 | 17 | 76 | 0 | 23 | 435 | 71 | 70 |
| Binary | 10101111 | 1001110 | 11001110 | 1111 | 111110 | 0 | 10011 | 100011101 | 111001 | 111000 |
Color Harmonies of #AF4ECE
Complementary color
Monochromatic Colors of #AF4ECE
Black with #AF4ECE
Text Example
Text Example
White with #AF4ECE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF4ECE; }
p { color: rgb(175,78,206); }
H1.HeaderClassName
{
color: #AF4ECE;
}
.AnyTagClassName
{
color: #AF4ECE;
}
</style>
background-color css
<style>
a { background-color: #AF4ECE; }
a { background-color: rgb(175,78,206); }
div.DivClassName
{
background-color: #AF4ECE;
}
.BgClassName
{
background-color: #AF4ECE;
}
</style>
border-color css
<style>
span { border-color: #AF4ECE; }
span { border-color: rgb(175,78,206); }
td.TdClassName
{
border-color: #AF4ECE;
}
.TagClassName
{
border-color: #AF4ECE;
}
</style>