Shades of Medium Orchid #AF4DCC
Tints of Medium Orchid #AF4DCC
RGB
CMYK
RGB Variations
Color information
#AF4DCC (or 0xAF4DCC) is known color: Medium Orchid. HEX triplet: AF, 4D and CC. RGB value is (175,77,204). Sum of RGB (Red+Green+Blue) = 175+77+204=456 (60% of max value = 765). Red value is 175 (68.75% from 255 or 38.38% from 456); Green value is 77 (30.47% from 255 or 16.89% from 456); Blue value is 204 (80.08% from 255 or 44.74% from 456); Max value from RGB is 204 - color contains mainly: blue. Hex color #AF4DCC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AF4DCC is #50B233. Grayscale: #787878. Windows color (decimal): -5288500 or 13389231. OLE color: 13389231.
HSL color Cylindrical-coordinate representation of color #AF4DCC: hue angle of 286.3º degrees, saturation: 0.55, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #AF4DCC is Cyan = 0.14, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 175 | 77 | 204 | - |
| CMYK | 0.14 | 0.62 | 0 | 0.2 |
| HSL | 286.3º | 0.55% | 0.55% | - |
| HSV(B) | 286.3º | 0.62% | 0.8% | - |
| XYZ | 31.23 | 18.78 | 59.11 | - |
| YUV | 120.78 | 174.97 | 166.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 77 | 204 | 0.14 | 0.62 | 0 | 0.2 | 286.3 | 0.55 | 0.55 |
| Hex | AF | 4D | CC | E | 3E | 0 | 14 | 11E | 37 | 37 |
| Octal | 257 | 115 | 314 | 16 | 76 | 0 | 24 | 436 | 67 | 67 |
| Binary | 10101111 | 1001101 | 11001100 | 1110 | 111110 | 0 | 10100 | 100011110 | 110111 | 110111 |
Color Harmonies of #AF4DCC
Complementary color
Monochromatic Colors of #AF4DCC
Black with #AF4DCC
Text Example
Text Example
White with #AF4DCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF4DCC; }
p { color: rgb(175,77,204); }
H1.HeaderClassName
{
color: #AF4DCC;
}
.AnyTagClassName
{
color: #AF4DCC;
}
</style>
background-color css
<style>
a { background-color: #AF4DCC; }
a { background-color: rgb(175,77,204); }
div.DivClassName
{
background-color: #AF4DCC;
}
.BgClassName
{
background-color: #AF4DCC;
}
</style>
border-color css
<style>
span { border-color: #AF4DCC; }
span { border-color: rgb(175,77,204); }
td.TdClassName
{
border-color: #AF4DCC;
}
.TagClassName
{
border-color: #AF4DCC;
}
</style>