Shades of Medium Orchid #AF65DB
Tints of Medium Orchid #AF65DB
RGB
CMYK
RGB Variations
Color information
#AF65DB (or 0xAF65DB) is known color: Medium Orchid. HEX triplet: AF, 65 and DB. RGB value is (175,101,219). Sum of RGB (Red+Green+Blue) = 175+101+219=495 (65% of max value = 765). Red value is 175 (68.75% from 255 or 35.35% from 495); Green value is 101 (39.84% from 255 or 20.40% from 495); Blue value is 219 (85.94% from 255 or 44.24% from 495); Max value from RGB is 219 - color contains mainly: blue. Hex color #AF65DB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AF65DB is #509A24. Grayscale: #888888. Windows color (decimal): -5282341 or 14378415. OLE color: 14378415.
HSL color Cylindrical-coordinate representation of color #AF65DB: hue angle of 277.63º degrees, saturation: 0.62, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #AF65DB is Cyan = 0.20, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 175 | 101 | 219 | - |
| CMYK | 0.20 | 0.54 | 0 | 0.14 |
| HSL | 277.63º | 0.62% | 0.63% | - |
| HSV(B) | 277.63º | 0.54% | 0.86% | - |
| XYZ | 35.12 | 23.54 | 69.71 | - |
| YUV | 136.58 | 174.52 | 155.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 101 | 219 | 0.20 | 0.54 | 0 | 0.14 | 277.63 | 0.62 | 0.63 |
| Hex | AF | 65 | DB | 14 | 36 | 0 | E | 116 | 3E | 3F |
| Octal | 257 | 145 | 333 | 24 | 66 | 0 | 16 | 426 | 76 | 77 |
| Binary | 10101111 | 1100101 | 11011011 | 10100 | 110110 | 0 | 1110 | 100010110 | 111110 | 111111 |
Color Harmonies of #AF65DB
Complementary color
Monochromatic Colors of #AF65DB
Black with #AF65DB
Text Example
Text Example
White with #AF65DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF65DB; }
p { color: rgb(175,101,219); }
H1.HeaderClassName
{
color: #AF65DB;
}
.AnyTagClassName
{
color: #AF65DB;
}
</style>
background-color css
<style>
a { background-color: #AF65DB; }
a { background-color: rgb(175,101,219); }
div.DivClassName
{
background-color: #AF65DB;
}
.BgClassName
{
background-color: #AF65DB;
}
</style>
border-color css
<style>
span { border-color: #AF65DB; }
span { border-color: rgb(175,101,219); }
td.TdClassName
{
border-color: #AF65DB;
}
.TagClassName
{
border-color: #AF65DB;
}
</style>