Shades of Medium Orchid #AF4EDC
Tints of Medium Orchid #AF4EDC
RGB
CMYK
RGB Variations
Color information
#AF4EDC (or 0xAF4EDC) is known color: Medium Orchid. HEX triplet: AF, 4E and DC. RGB value is (175,78,220). Sum of RGB (Red+Green+Blue) = 175+78+220=473 (62% of max value = 765). Red value is 175 (68.75% from 255 or 37.00% from 473); Green value is 78 (30.86% from 255 or 16.49% from 473); Blue value is 220 (86.33% from 255 or 46.51% from 473); Max value from RGB is 220 - color contains mainly: blue. Hex color #AF4EDC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AF4EDC is #50B123. Grayscale: #7A7A7A. Windows color (decimal): -5288228 or 14438063. OLE color: 14438063.
HSL color Cylindrical-coordinate representation of color #AF4EDC: hue angle of 280.99º degrees, saturation: 0.67, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #AF4EDC is Cyan = 0.20, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 175 | 78 | 220 | - |
| CMYK | 0.20 | 0.65 | 0 | 0.14 |
| HSL | 280.99º | 0.67% | 0.58% | - |
| HSV(B) | 280.99º | 0.65% | 0.86% | - |
| XYZ | 33.32 | 19.73 | 69.76 | - |
| YUV | 123.19 | 182.64 | 164.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 78 | 220 | 0.20 | 0.65 | 0 | 0.14 | 280.99 | 0.67 | 0.58 |
| Hex | AF | 4E | DC | 14 | 41 | 0 | E | 119 | 43 | 3A |
| Octal | 257 | 116 | 334 | 24 | 101 | 0 | 16 | 431 | 103 | 72 |
| Binary | 10101111 | 1001110 | 11011100 | 10100 | 1000001 | 0 | 1110 | 100011001 | 1000011 | 111010 |
Color Harmonies of #AF4EDC
Complementary color
Monochromatic Colors of #AF4EDC
Black with #AF4EDC
Text Example
Text Example
White with #AF4EDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF4EDC; }
p { color: rgb(175,78,220); }
H1.HeaderClassName
{
color: #AF4EDC;
}
.AnyTagClassName
{
color: #AF4EDC;
}
</style>
background-color css
<style>
a { background-color: #AF4EDC; }
a { background-color: rgb(175,78,220); }
div.DivClassName
{
background-color: #AF4EDC;
}
.BgClassName
{
background-color: #AF4EDC;
}
</style>
border-color css
<style>
span { border-color: #AF4EDC; }
span { border-color: rgb(175,78,220); }
td.TdClassName
{
border-color: #AF4EDC;
}
.TagClassName
{
border-color: #AF4EDC;
}
</style>