Shades of Medium Orchid #AF65DD
Tints of Medium Orchid #AF65DD
RGB
CMYK
RGB Variations
Color information
#AF65DD (or 0xAF65DD) is known color: Medium Orchid. HEX triplet: AF, 65 and DD. RGB value is (175,101,221). Sum of RGB (Red+Green+Blue) = 175+101+221=497 (65% of max value = 765). Red value is 175 (68.75% from 255 or 35.21% from 497); Green value is 101 (39.84% from 255 or 20.32% from 497); Blue value is 221 (86.72% from 255 or 44.47% from 497); Max value from RGB is 221 - color contains mainly: blue. Hex color #AF65DD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AF65DD is #509A22. Grayscale: #888888. Windows color (decimal): -5282339 or 14509487. OLE color: 14509487.
HSL color Cylindrical-coordinate representation of color #AF65DD: hue angle of 277º degrees, saturation: 0.64, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #AF65DD is Cyan = 0.21, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 175 | 101 | 221 | - |
| CMYK | 0.21 | 0.54 | 0 | 0.13 |
| HSL | 277º | 0.64% | 0.63% | - |
| HSV(B) | 277º | 0.54% | 0.87% | - |
| XYZ | 35.38 | 23.64 | 71.1 | - |
| YUV | 136.81 | 175.52 | 155.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 101 | 221 | 0.21 | 0.54 | 0 | 0.13 | 277 | 0.64 | 0.63 |
| Hex | AF | 65 | DD | 15 | 36 | 0 | D | 115 | 40 | 3F |
| Octal | 257 | 145 | 335 | 25 | 66 | 0 | 15 | 425 | 100 | 77 |
| Binary | 10101111 | 1100101 | 11011101 | 10101 | 110110 | 0 | 1101 | 100010101 | 1000000 | 111111 |
Color Harmonies of #AF65DD
Complementary color
Monochromatic Colors of #AF65DD
Black with #AF65DD
Text Example
Text Example
White with #AF65DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF65DD; }
p { color: rgb(175,101,221); }
H1.HeaderClassName
{
color: #AF65DD;
}
.AnyTagClassName
{
color: #AF65DD;
}
</style>
background-color css
<style>
a { background-color: #AF65DD; }
a { background-color: rgb(175,101,221); }
div.DivClassName
{
background-color: #AF65DD;
}
.BgClassName
{
background-color: #AF65DD;
}
</style>
border-color css
<style>
span { border-color: #AF65DD; }
span { border-color: rgb(175,101,221); }
td.TdClassName
{
border-color: #AF65DD;
}
.TagClassName
{
border-color: #AF65DD;
}
</style>