Shades of Medium Orchid #AF41CF
Tints of Medium Orchid #AF41CF
RGB
CMYK
RGB Variations
Color information
#AF41CF (or 0xAF41CF) is known color: Medium Orchid. HEX triplet: AF, 41 and CF. RGB value is (175,65,207). Sum of RGB (Red+Green+Blue) = 175+65+207=447 (59% of max value = 765). Red value is 175 (68.75% from 255 or 39.15% from 447); Green value is 65 (25.78% from 255 or 14.54% from 447); Blue value is 207 (81.25% from 255 or 46.31% from 447); Max value from RGB is 207 - color contains mainly: blue. Hex color #AF41CF is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AF41CF is #50BE30. Grayscale: #717171. Windows color (decimal): -5291569 or 13582767. OLE color: 13582767.
HSL color Cylindrical-coordinate representation of color #AF41CF: hue angle of 286.48º degrees, saturation: 0.6, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #AF41CF is Cyan = 0.15, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 175 | 65 | 207 | - |
| CMYK | 0.15 | 0.69 | 0 | 0.19 |
| HSL | 286.48º | 0.6% | 0.53% | - |
| HSV(B) | 286.48º | 0.69% | 0.81% | - |
| XYZ | 30.83 | 17.4 | 60.76 | - |
| YUV | 114.08 | 180.44 | 171.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 65 | 207 | 0.15 | 0.69 | 0 | 0.19 | 286.48 | 0.6 | 0.53 |
| Hex | AF | 41 | CF | F | 45 | 0 | 13 | 11E | 3C | 35 |
| Octal | 257 | 101 | 317 | 17 | 105 | 0 | 23 | 436 | 74 | 65 |
| Binary | 10101111 | 1000001 | 11001111 | 1111 | 1000101 | 0 | 10011 | 100011110 | 111100 | 110101 |
Color Harmonies of #AF41CF
Complementary color
Monochromatic Colors of #AF41CF
Black with #AF41CF
Text Example
Text Example
White with #AF41CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF41CF; }
p { color: rgb(175,65,207); }
H1.HeaderClassName
{
color: #AF41CF;
}
.AnyTagClassName
{
color: #AF41CF;
}
</style>
background-color css
<style>
a { background-color: #AF41CF; }
a { background-color: rgb(175,65,207); }
div.DivClassName
{
background-color: #AF41CF;
}
.BgClassName
{
background-color: #AF41CF;
}
</style>
border-color css
<style>
span { border-color: #AF41CF; }
span { border-color: rgb(175,65,207); }
td.TdClassName
{
border-color: #AF41CF;
}
.TagClassName
{
border-color: #AF41CF;
}
</style>