Shades of Medium Orchid #AF3ECE
Tints of Medium Orchid #AF3ECE
RGB
CMYK
RGB Variations
Color information
#AF3ECE (or 0xAF3ECE) is known color: Medium Orchid. HEX triplet: AF, 3E and CE. RGB value is (175,62,206). Sum of RGB (Red+Green+Blue) = 175+62+206=443 (58% of max value = 765). Red value is 175 (68.75% from 255 or 39.50% from 443); Green value is 62 (24.61% from 255 or 14.00% from 443); Blue value is 206 (80.86% from 255 or 46.50% from 443); Max value from RGB is 206 - color contains mainly: blue. Hex color #AF3ECE is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AF3ECE is #50C131. Grayscale: #6F6F6F. Windows color (decimal): -5292338 or 13516463. OLE color: 13516463.
HSL color Cylindrical-coordinate representation of color #AF3ECE: hue angle of 287.08º degrees, saturation: 0.6, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #AF3ECE is Cyan = 0.15, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 175 | 62 | 206 | - |
| CMYK | 0.15 | 0.70 | 0 | 0.19 |
| HSL | 287.08º | 0.6% | 0.53% | - |
| HSV(B) | 287.08º | 0.7% | 0.81% | - |
| XYZ | 30.54 | 17.02 | 60.07 | - |
| YUV | 112.2 | 180.94 | 172.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 62 | 206 | 0.15 | 0.70 | 0 | 0.19 | 287.08 | 0.6 | 0.53 |
| Hex | AF | 3E | CE | F | 46 | 0 | 13 | 11F | 3C | 35 |
| Octal | 257 | 76 | 316 | 17 | 106 | 0 | 23 | 437 | 74 | 65 |
| Binary | 10101111 | 111110 | 11001110 | 1111 | 1000110 | 0 | 10011 | 100011111 | 111100 | 110101 |
Color Harmonies of #AF3ECE
Complementary color
Monochromatic Colors of #AF3ECE
Black with #AF3ECE
Text Example
Text Example
White with #AF3ECE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF3ECE; }
p { color: rgb(175,62,206); }
H1.HeaderClassName
{
color: #AF3ECE;
}
.AnyTagClassName
{
color: #AF3ECE;
}
</style>
background-color css
<style>
a { background-color: #AF3ECE; }
a { background-color: rgb(175,62,206); }
div.DivClassName
{
background-color: #AF3ECE;
}
.BgClassName
{
background-color: #AF3ECE;
}
</style>
border-color css
<style>
span { border-color: #AF3ECE; }
span { border-color: rgb(175,62,206); }
td.TdClassName
{
border-color: #AF3ECE;
}
.TagClassName
{
border-color: #AF3ECE;
}
</style>