Shades of Medium Orchid #AF4CDB
Tints of Medium Orchid #AF4CDB
RGB
CMYK
RGB Variations
Color information
#AF4CDB (or 0xAF4CDB) is known color: Medium Orchid. HEX triplet: AF, 4C and DB. RGB value is (175,76,219). Sum of RGB (Red+Green+Blue) = 175+76+219=470 (62% of max value = 765). Red value is 175 (68.75% from 255 or 37.23% from 470); Green value is 76 (30.08% from 255 or 16.17% from 470); Blue value is 219 (85.94% from 255 or 46.60% from 470); Max value from RGB is 219 - color contains mainly: blue. Hex color #AF4CDB is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AF4CDB is #50B324. Grayscale: #797979. Windows color (decimal): -5288741 or 14372015. OLE color: 14372015.
HSL color Cylindrical-coordinate representation of color #AF4CDB: hue angle of 281.54º 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 #AF4CDB is Cyan = 0.20, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 175 | 76 | 219 | - |
| CMYK | 0.20 | 0.65 | 0 | 0.14 |
| HSL | 281.54º | 0.67% | 0.58% | - |
| HSV(B) | 281.54º | 0.65% | 0.86% | - |
| XYZ | 33.05 | 19.4 | 69.02 | - |
| YUV | 121.9 | 182.8 | 165.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 76 | 219 | 0.20 | 0.65 | 0 | 0.14 | 281.54 | 0.67 | 0.58 |
| Hex | AF | 4C | DB | 14 | 41 | 0 | E | 11A | 43 | 3A |
| Octal | 257 | 114 | 333 | 24 | 101 | 0 | 16 | 432 | 103 | 72 |
| Binary | 10101111 | 1001100 | 11011011 | 10100 | 1000001 | 0 | 1110 | 100011010 | 1000011 | 111010 |
Color Harmonies of #AF4CDB
Complementary color
Monochromatic Colors of #AF4CDB
Black with #AF4CDB
Text Example
Text Example
White with #AF4CDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF4CDB; }
p { color: rgb(175,76,219); }
H1.HeaderClassName
{
color: #AF4CDB;
}
.AnyTagClassName
{
color: #AF4CDB;
}
</style>
background-color css
<style>
a { background-color: #AF4CDB; }
a { background-color: rgb(175,76,219); }
div.DivClassName
{
background-color: #AF4CDB;
}
.BgClassName
{
background-color: #AF4CDB;
}
</style>
border-color css
<style>
span { border-color: #AF4CDB; }
span { border-color: rgb(175,76,219); }
td.TdClassName
{
border-color: #AF4CDB;
}
.TagClassName
{
border-color: #AF4CDB;
}
</style>