Shades of Medium Orchid #AF68CE
Tints of Medium Orchid #AF68CE
RGB
CMYK
RGB Variations
Color information
#AF68CE (or 0xAF68CE) is known color: Medium Orchid. HEX triplet: AF, 68 and CE. RGB value is (175,104,206). Sum of RGB (Red+Green+Blue) = 175+104+206=485 (64% of max value = 765). Red value is 175 (68.75% from 255 or 36.08% from 485); Green value is 104 (41.02% from 255 or 21.44% from 485); Blue value is 206 (80.86% from 255 or 42.47% from 485); Max value from RGB is 206 - color contains mainly: blue. Hex color #AF68CE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AF68CE is #509731. Grayscale: #888888. Windows color (decimal): -5281586 or 13527215. OLE color: 13527215.
HSL color Cylindrical-coordinate representation of color #AF68CE: hue angle of 281.76º degrees, saturation: 0.51, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #AF68CE is Cyan = 0.15, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 175 | 104 | 206 | - |
| CMYK | 0.15 | 0.50 | 0 | 0.19 |
| HSL | 281.76º | 0.51% | 0.61% | - |
| HSV(B) | 281.76º | 0.5% | 0.81% | - |
| XYZ | 33.77 | 23.47 | 61.14 | - |
| YUV | 136.86 | 167.02 | 155.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 104 | 206 | 0.15 | 0.50 | 0 | 0.19 | 281.76 | 0.51 | 0.61 |
| Hex | AF | 68 | CE | F | 32 | 0 | 13 | 11A | 33 | 3D |
| Octal | 257 | 150 | 316 | 17 | 62 | 0 | 23 | 432 | 63 | 75 |
| Binary | 10101111 | 1101000 | 11001110 | 1111 | 110010 | 0 | 10011 | 100011010 | 110011 | 111101 |
Color Harmonies of #AF68CE
Complementary color
Monochromatic Colors of #AF68CE
Black with #AF68CE
Text Example
Text Example
White with #AF68CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF68CE; }
p { color: rgb(175,104,206); }
H1.HeaderClassName
{
color: #AF68CE;
}
.AnyTagClassName
{
color: #AF68CE;
}
</style>
background-color css
<style>
a { background-color: #AF68CE; }
a { background-color: rgb(175,104,206); }
div.DivClassName
{
background-color: #AF68CE;
}
.BgClassName
{
background-color: #AF68CE;
}
</style>
border-color css
<style>
span { border-color: #AF68CE; }
span { border-color: rgb(175,104,206); }
td.TdClassName
{
border-color: #AF68CE;
}
.TagClassName
{
border-color: #AF68CE;
}
</style>