Shades of Medium Orchid #AF55CF
Tints of Medium Orchid #AF55CF
RGB
CMYK
RGB Variations
Color information
#AF55CF (or 0xAF55CF) is known color: Medium Orchid. HEX triplet: AF, 55 and CF. RGB value is (175,85,207). Sum of RGB (Red+Green+Blue) = 175+85+207=467 (61% of max value = 765). Red value is 175 (68.75% from 255 or 37.47% from 467); Green value is 85 (33.59% from 255 or 18.20% from 467); Blue value is 207 (81.25% from 255 or 44.33% from 467); Max value from RGB is 207 - color contains mainly: blue. Hex color #AF55CF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AF55CF is #50AA30. Grayscale: #7D7D7D. Windows color (decimal): -5286449 or 13587887. OLE color: 13587887.
HSL color Cylindrical-coordinate representation of color #AF55CF: hue angle of 284.26º degrees, saturation: 0.56, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #AF55CF is Cyan = 0.15, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 175 | 85 | 207 | - |
| CMYK | 0.15 | 0.59 | 0 | 0.19 |
| HSL | 284.26º | 0.56% | 0.57% | - |
| HSV(B) | 284.26º | 0.59% | 0.81% | - |
| XYZ | 32.19 | 20.12 | 61.22 | - |
| YUV | 125.82 | 173.82 | 163.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 85 | 207 | 0.15 | 0.59 | 0 | 0.19 | 284.26 | 0.56 | 0.57 |
| Hex | AF | 55 | CF | F | 3B | 0 | 13 | 11C | 38 | 39 |
| Octal | 257 | 125 | 317 | 17 | 73 | 0 | 23 | 434 | 70 | 71 |
| Binary | 10101111 | 1010101 | 11001111 | 1111 | 111011 | 0 | 10011 | 100011100 | 111000 | 111001 |
Color Harmonies of #AF55CF
Complementary color
Monochromatic Colors of #AF55CF
Black with #AF55CF
Text Example
Text Example
White with #AF55CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF55CF; }
p { color: rgb(175,85,207); }
H1.HeaderClassName
{
color: #AF55CF;
}
.AnyTagClassName
{
color: #AF55CF;
}
</style>
background-color css
<style>
a { background-color: #AF55CF; }
a { background-color: rgb(175,85,207); }
div.DivClassName
{
background-color: #AF55CF;
}
.BgClassName
{
background-color: #AF55CF;
}
</style>
border-color css
<style>
span { border-color: #AF55CF; }
span { border-color: rgb(175,85,207); }
td.TdClassName
{
border-color: #AF55CF;
}
.TagClassName
{
border-color: #AF55CF;
}
</style>