Shades of Medium Orchid #AF68D7
Tints of Medium Orchid #AF68D7
RGB
CMYK
RGB Variations
Color information
#AF68D7 (or 0xAF68D7) is known color: Medium Orchid. HEX triplet: AF, 68 and D7. RGB value is (175,104,215). Sum of RGB (Red+Green+Blue) = 175+104+215=494 (65% of max value = 765). Red value is 175 (68.75% from 255 or 35.43% from 494); Green value is 104 (41.02% from 255 or 21.05% from 494); Blue value is 215 (84.38% from 255 or 43.52% from 494); Max value from RGB is 215 - color contains mainly: blue. Hex color #AF68D7 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AF68D7 is #509728. Grayscale: #898989. Windows color (decimal): -5281577 or 14117039. OLE color: 14117039.
HSL color Cylindrical-coordinate representation of color #AF68D7: hue angle of 278.38º degrees, saturation: 0.58, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #AF68D7 is Cyan = 0.19, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 175 | 104 | 215 | - |
| CMYK | 0.19 | 0.52 | 0 | 0.16 |
| HSL | 278.38º | 0.58% | 0.63% | - |
| HSV(B) | 278.38º | 0.52% | 0.84% | - |
| XYZ | 34.9 | 23.92 | 67.07 | - |
| YUV | 137.88 | 171.52 | 154.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 104 | 215 | 0.19 | 0.52 | 0 | 0.16 | 278.38 | 0.58 | 0.63 |
| Hex | AF | 68 | D7 | 13 | 34 | 0 | 10 | 116 | 3A | 3F |
| Octal | 257 | 150 | 327 | 23 | 64 | 0 | 20 | 426 | 72 | 77 |
| Binary | 10101111 | 1101000 | 11010111 | 10011 | 110100 | 0 | 10000 | 100010110 | 111010 | 111111 |
Color Harmonies of #AF68D7
Complementary color
Monochromatic Colors of #AF68D7
Black with #AF68D7
Text Example
Text Example
White with #AF68D7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF68D7; }
p { color: rgb(175,104,215); }
H1.HeaderClassName
{
color: #AF68D7;
}
.AnyTagClassName
{
color: #AF68D7;
}
</style>
background-color css
<style>
a { background-color: #AF68D7; }
a { background-color: rgb(175,104,215); }
div.DivClassName
{
background-color: #AF68D7;
}
.BgClassName
{
background-color: #AF68D7;
}
</style>
border-color css
<style>
span { border-color: #AF68D7; }
span { border-color: rgb(175,104,215); }
td.TdClassName
{
border-color: #AF68D7;
}
.TagClassName
{
border-color: #AF68D7;
}
</style>