Shades of Medium Orchid #AF3ECF
Tints of Medium Orchid #AF3ECF
RGB
CMYK
RGB Variations
Color information
#AF3ECF (or 0xAF3ECF) is known color: Medium Orchid. HEX triplet: AF, 3E and CF. RGB value is (175,62,207). Sum of RGB (Red+Green+Blue) = 175+62+207=444 (58% of max value = 765). Red value is 175 (68.75% from 255 or 39.41% from 444); Green value is 62 (24.61% from 255 or 13.96% from 444); Blue value is 207 (81.25% from 255 or 46.62% from 444); Max value from RGB is 207 - color contains mainly: blue. Hex color #AF3ECF is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AF3ECF is #50C130. Grayscale: #6F6F6F. Windows color (decimal): -5292337 or 13581999. OLE color: 13581999.
HSL color Cylindrical-coordinate representation of color #AF3ECF: hue angle of 286.76º 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 #AF3ECF is Cyan = 0.15, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 175 | 62 | 207 | - |
| CMYK | 0.15 | 0.70 | 0 | 0.19 |
| HSL | 286.76º | 0.6% | 0.53% | - |
| HSV(B) | 286.76º | 0.7% | 0.81% | - |
| XYZ | 30.66 | 17.06 | 60.71 | - |
| YUV | 112.32 | 181.44 | 172.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 62 | 207 | 0.15 | 0.70 | 0 | 0.19 | 286.76 | 0.6 | 0.53 |
| Hex | AF | 3E | CF | F | 46 | 0 | 13 | 11F | 3C | 35 |
| Octal | 257 | 76 | 317 | 17 | 106 | 0 | 23 | 437 | 74 | 65 |
| Binary | 10101111 | 111110 | 11001111 | 1111 | 1000110 | 0 | 10011 | 100011111 | 111100 | 110101 |
Color Harmonies of #AF3ECF
Complementary color
Monochromatic Colors of #AF3ECF
Black with #AF3ECF
Text Example
Text Example
White with #AF3ECF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF3ECF; }
p { color: rgb(175,62,207); }
H1.HeaderClassName
{
color: #AF3ECF;
}
.AnyTagClassName
{
color: #AF3ECF;
}
</style>
background-color css
<style>
a { background-color: #AF3ECF; }
a { background-color: rgb(175,62,207); }
div.DivClassName
{
background-color: #AF3ECF;
}
.BgClassName
{
background-color: #AF3ECF;
}
</style>
border-color css
<style>
span { border-color: #AF3ECF; }
span { border-color: rgb(175,62,207); }
td.TdClassName
{
border-color: #AF3ECF;
}
.TagClassName
{
border-color: #AF3ECF;
}
</style>