Shades of Medium Orchid #AF4FCD
Tints of Medium Orchid #AF4FCD
RGB
CMYK
RGB Variations
Color information
#AF4FCD (or 0xAF4FCD) is known color: Medium Orchid. HEX triplet: AF, 4F and CD. RGB value is (175,79,205). Sum of RGB (Red+Green+Blue) = 175+79+205=459 (60% of max value = 765). Red value is 175 (68.75% from 255 or 38.13% from 459); Green value is 79 (31.25% from 255 or 17.21% from 459); Blue value is 205 (80.47% from 255 or 44.66% from 459); Max value from RGB is 205 - color contains mainly: blue. Hex color #AF4FCD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AF4FCD is #50B032. Grayscale: #797979. Windows color (decimal): -5287987 or 13455279. OLE color: 13455279.
HSL color Cylindrical-coordinate representation of color #AF4FCD: hue angle of 285.71º degrees, saturation: 0.56, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #AF4FCD is Cyan = 0.15, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 175 | 79 | 205 | - |
| CMYK | 0.15 | 0.61 | 0 | 0.20 |
| HSL | 285.71º | 0.56% | 0.56% | - |
| HSV(B) | 285.71º | 0.61% | 0.8% | - |
| XYZ | 31.49 | 19.11 | 59.79 | - |
| YUV | 122.07 | 174.8 | 165.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 79 | 205 | 0.15 | 0.61 | 0 | 0.20 | 285.71 | 0.56 | 0.56 |
| Hex | AF | 4F | CD | F | 3D | 0 | 14 | 11E | 38 | 38 |
| Octal | 257 | 117 | 315 | 17 | 75 | 0 | 24 | 436 | 70 | 70 |
| Binary | 10101111 | 1001111 | 11001101 | 1111 | 111101 | 0 | 10100 | 100011110 | 111000 | 111000 |
Color Harmonies of #AF4FCD
Complementary color
Monochromatic Colors of #AF4FCD
Black with #AF4FCD
Text Example
Text Example
White with #AF4FCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF4FCD; }
p { color: rgb(175,79,205); }
H1.HeaderClassName
{
color: #AF4FCD;
}
.AnyTagClassName
{
color: #AF4FCD;
}
</style>
background-color css
<style>
a { background-color: #AF4FCD; }
a { background-color: rgb(175,79,205); }
div.DivClassName
{
background-color: #AF4FCD;
}
.BgClassName
{
background-color: #AF4FCD;
}
</style>
border-color css
<style>
span { border-color: #AF4FCD; }
span { border-color: rgb(175,79,205); }
td.TdClassName
{
border-color: #AF4FCD;
}
.TagClassName
{
border-color: #AF4FCD;
}
</style>