Shades of Medium Orchid #AF4FCB
Tints of Medium Orchid #AF4FCB
RGB
CMYK
RGB Variations
Color information
#AF4FCB (or 0xAF4FCB) is known color: Medium Orchid. HEX triplet: AF, 4F and CB. RGB value is (175,79,203). Sum of RGB (Red+Green+Blue) = 175+79+203=457 (60% of max value = 765). Red value is 175 (68.75% from 255 or 38.29% from 457); Green value is 79 (31.25% from 255 or 17.29% from 457); Blue value is 203 (79.69% from 255 or 44.42% from 457); Max value from RGB is 203 - color contains mainly: blue. Hex color #AF4FCB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AF4FCB is #50B034. Grayscale: #797979. Windows color (decimal): -5287989 or 13324207. OLE color: 13324207.
HSL color Cylindrical-coordinate representation of color #AF4FCB: hue angle of 286.45º degrees, saturation: 0.54, 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 #AF4FCB is Cyan = 0.14, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 175 | 79 | 203 | - |
| CMYK | 0.14 | 0.61 | 0 | 0.20 |
| HSL | 286.45º | 0.54% | 0.55% | - |
| HSV(B) | 286.45º | 0.61% | 0.8% | - |
| XYZ | 31.25 | 19.02 | 58.52 | - |
| YUV | 121.84 | 173.8 | 165.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 79 | 203 | 0.14 | 0.61 | 0 | 0.20 | 286.45 | 0.54 | 0.55 |
| Hex | AF | 4F | CB | E | 3D | 0 | 14 | 11E | 36 | 37 |
| Octal | 257 | 117 | 313 | 16 | 75 | 0 | 24 | 436 | 66 | 67 |
| Binary | 10101111 | 1001111 | 11001011 | 1110 | 111101 | 0 | 10100 | 100011110 | 110110 | 110111 |
Color Harmonies of #AF4FCB
Complementary color
Monochromatic Colors of #AF4FCB
Black with #AF4FCB
Text Example
Text Example
White with #AF4FCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF4FCB; }
p { color: rgb(175,79,203); }
H1.HeaderClassName
{
color: #AF4FCB;
}
.AnyTagClassName
{
color: #AF4FCB;
}
</style>
background-color css
<style>
a { background-color: #AF4FCB; }
a { background-color: rgb(175,79,203); }
div.DivClassName
{
background-color: #AF4FCB;
}
.BgClassName
{
background-color: #AF4FCB;
}
</style>
border-color css
<style>
span { border-color: #AF4FCB; }
span { border-color: rgb(175,79,203); }
td.TdClassName
{
border-color: #AF4FCB;
}
.TagClassName
{
border-color: #AF4FCB;
}
</style>