Shades of Medium Orchid #AF3EDC
Tints of Medium Orchid #AF3EDC
RGB
CMYK
RGB Variations
Color information
#AF3EDC (or 0xAF3EDC) is known color: Medium Orchid. HEX triplet: AF, 3E and DC. RGB value is (175,62,220). Sum of RGB (Red+Green+Blue) = 175+62+220=457 (60% of max value = 765). Red value is 175 (68.75% from 255 or 38.29% from 457); Green value is 62 (24.61% from 255 or 13.57% from 457); Blue value is 220 (86.33% from 255 or 48.14% from 457); Max value from RGB is 220 - color contains mainly: blue. Hex color #AF3EDC is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AF3EDC is #50C123. Grayscale: #717171. Windows color (decimal): -5292324 or 14433967. OLE color: 14433967.
HSL color Cylindrical-coordinate representation of color #AF3EDC: hue angle of 282.91º degrees, saturation: 0.69, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #AF3EDC is Cyan = 0.20, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 175 | 62 | 220 | - |
| CMYK | 0.20 | 0.72 | 0 | 0.14 |
| HSL | 282.91º | 0.69% | 0.55% | - |
| HSV(B) | 282.91º | 0.72% | 0.86% | - |
| XYZ | 32.32 | 17.73 | 69.43 | - |
| YUV | 113.8 | 187.94 | 171.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 62 | 220 | 0.20 | 0.72 | 0 | 0.14 | 282.91 | 0.69 | 0.55 |
| Hex | AF | 3E | DC | 14 | 48 | 0 | E | 11B | 45 | 37 |
| Octal | 257 | 76 | 334 | 24 | 110 | 0 | 16 | 433 | 105 | 67 |
| Binary | 10101111 | 111110 | 11011100 | 10100 | 1001000 | 0 | 1110 | 100011011 | 1000101 | 110111 |
Color Harmonies of #AF3EDC
Complementary color
Monochromatic Colors of #AF3EDC
Black with #AF3EDC
Text Example
Text Example
White with #AF3EDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF3EDC; }
p { color: rgb(175,62,220); }
H1.HeaderClassName
{
color: #AF3EDC;
}
.AnyTagClassName
{
color: #AF3EDC;
}
</style>
background-color css
<style>
a { background-color: #AF3EDC; }
a { background-color: rgb(175,62,220); }
div.DivClassName
{
background-color: #AF3EDC;
}
.BgClassName
{
background-color: #AF3EDC;
}
</style>
border-color css
<style>
span { border-color: #AF3EDC; }
span { border-color: rgb(175,62,220); }
td.TdClassName
{
border-color: #AF3EDC;
}
.TagClassName
{
border-color: #AF3EDC;
}
</style>