Shades of Medium Orchid #AF4FCC
Tints of Medium Orchid #AF4FCC
RGB
CMYK
RGB Variations
Color information
#AF4FCC (or 0xAF4FCC) is known color: Medium Orchid. HEX triplet: AF, 4F and CC. RGB value is (175,79,204). Sum of RGB (Red+Green+Blue) = 175+79+204=458 (60% of max value = 765). Red value is 175 (68.75% from 255 or 38.21% from 458); Green value is 79 (31.25% from 255 or 17.25% from 458); Blue value is 204 (80.08% from 255 or 44.54% from 458); Max value from RGB is 204 - color contains mainly: blue. Hex color #AF4FCC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AF4FCC is #50B033. Grayscale: #797979. Windows color (decimal): -5287988 or 13389743. OLE color: 13389743.
HSL color Cylindrical-coordinate representation of color #AF4FCC: hue angle of 286.08º degrees, saturation: 0.55, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #AF4FCC is Cyan = 0.14, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 175 | 79 | 204 | - |
| CMYK | 0.14 | 0.61 | 0 | 0.2 |
| HSL | 286.08º | 0.55% | 0.55% | - |
| HSV(B) | 286.08º | 0.61% | 0.8% | - |
| XYZ | 31.37 | 19.07 | 59.15 | - |
| YUV | 121.95 | 174.3 | 165.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 79 | 204 | 0.14 | 0.61 | 0 | 0.2 | 286.08 | 0.55 | 0.55 |
| Hex | AF | 4F | CC | E | 3D | 0 | 14 | 11E | 37 | 37 |
| Octal | 257 | 117 | 314 | 16 | 75 | 0 | 24 | 436 | 67 | 67 |
| Binary | 10101111 | 1001111 | 11001100 | 1110 | 111101 | 0 | 10100 | 100011110 | 110111 | 110111 |
Color Harmonies of #AF4FCC
Complementary color
Monochromatic Colors of #AF4FCC
Black with #AF4FCC
Text Example
Text Example
White with #AF4FCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF4FCC; }
p { color: rgb(175,79,204); }
H1.HeaderClassName
{
color: #AF4FCC;
}
.AnyTagClassName
{
color: #AF4FCC;
}
</style>
background-color css
<style>
a { background-color: #AF4FCC; }
a { background-color: rgb(175,79,204); }
div.DivClassName
{
background-color: #AF4FCC;
}
.BgClassName
{
background-color: #AF4FCC;
}
</style>
border-color css
<style>
span { border-color: #AF4FCC; }
span { border-color: rgb(175,79,204); }
td.TdClassName
{
border-color: #AF4FCC;
}
.TagClassName
{
border-color: #AF4FCC;
}
</style>