Shades of Medium Orchid #AF65D7
Tints of Medium Orchid #AF65D7
RGB
CMYK
RGB Variations
Color information
#AF65D7 (or 0xAF65D7) is known color: Medium Orchid. HEX triplet: AF, 65 and D7. RGB value is (175,101,215). Sum of RGB (Red+Green+Blue) = 175+101+215=491 (65% of max value = 765). Red value is 175 (68.75% from 255 or 35.64% from 491); Green value is 101 (39.84% from 255 or 20.57% from 491); Blue value is 215 (84.38% from 255 or 43.79% from 491); Max value from RGB is 215 - color contains mainly: blue. Hex color #AF65D7 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AF65D7 is #509A28. Grayscale: #878787. Windows color (decimal): -5282345 or 14116271. OLE color: 14116271.
HSL color Cylindrical-coordinate representation of color #AF65D7: hue angle of 278.95º degrees, saturation: 0.59, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #AF65D7 is Cyan = 0.19, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 175 | 101 | 215 | - |
| CMYK | 0.19 | 0.53 | 0 | 0.16 |
| HSL | 278.95º | 0.59% | 0.62% | - |
| HSV(B) | 278.95º | 0.53% | 0.84% | - |
| XYZ | 34.6 | 23.33 | 66.97 | - |
| YUV | 136.12 | 172.52 | 155.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 101 | 215 | 0.19 | 0.53 | 0 | 0.16 | 278.95 | 0.59 | 0.62 |
| Hex | AF | 65 | D7 | 13 | 35 | 0 | 10 | 117 | 3B | 3E |
| Octal | 257 | 145 | 327 | 23 | 65 | 0 | 20 | 427 | 73 | 76 |
| Binary | 10101111 | 1100101 | 11010111 | 10011 | 110101 | 0 | 10000 | 100010111 | 111011 | 111110 |
Color Harmonies of #AF65D7
Complementary color
Monochromatic Colors of #AF65D7
Black with #AF65D7
Text Example
Text Example
White with #AF65D7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF65D7; }
p { color: rgb(175,101,215); }
H1.HeaderClassName
{
color: #AF65D7;
}
.AnyTagClassName
{
color: #AF65D7;
}
</style>
background-color css
<style>
a { background-color: #AF65D7; }
a { background-color: rgb(175,101,215); }
div.DivClassName
{
background-color: #AF65D7;
}
.BgClassName
{
background-color: #AF65D7;
}
</style>
border-color css
<style>
span { border-color: #AF65D7; }
span { border-color: rgb(175,101,215); }
td.TdClassName
{
border-color: #AF65D7;
}
.TagClassName
{
border-color: #AF65D7;
}
</style>