Shades of Medium Orchid #AF65DC
Tints of Medium Orchid #AF65DC
RGB
CMYK
RGB Variations
Color information
#AF65DC (or 0xAF65DC) is known color: Medium Orchid. HEX triplet: AF, 65 and DC. RGB value is (175,101,220). Sum of RGB (Red+Green+Blue) = 175+101+220=496 (65% of max value = 765). Red value is 175 (68.75% from 255 or 35.28% from 496); Green value is 101 (39.84% from 255 or 20.36% from 496); Blue value is 220 (86.33% from 255 or 44.35% from 496); Max value from RGB is 220 - color contains mainly: blue. Hex color #AF65DC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AF65DC is #509A23. Grayscale: #888888. Windows color (decimal): -5282340 or 14443951. OLE color: 14443951.
HSL color Cylindrical-coordinate representation of color #AF65DC: hue angle of 277.31º degrees, saturation: 0.63, 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 #AF65DC is Cyan = 0.20, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 175 | 101 | 220 | - |
| CMYK | 0.20 | 0.54 | 0 | 0.14 |
| HSL | 277.31º | 0.63% | 0.63% | - |
| HSV(B) | 277.31º | 0.54% | 0.86% | - |
| XYZ | 35.25 | 23.59 | 70.41 | - |
| YUV | 136.69 | 175.02 | 155.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 101 | 220 | 0.20 | 0.54 | 0 | 0.14 | 277.31 | 0.63 | 0.63 |
| Hex | AF | 65 | DC | 14 | 36 | 0 | E | 115 | 3F | 3F |
| Octal | 257 | 145 | 334 | 24 | 66 | 0 | 16 | 425 | 77 | 77 |
| Binary | 10101111 | 1100101 | 11011100 | 10100 | 110110 | 0 | 1110 | 100010101 | 111111 | 111111 |
Color Harmonies of #AF65DC
Complementary color
Monochromatic Colors of #AF65DC
Black with #AF65DC
Text Example
Text Example
White with #AF65DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF65DC; }
p { color: rgb(175,101,220); }
H1.HeaderClassName
{
color: #AF65DC;
}
.AnyTagClassName
{
color: #AF65DC;
}
</style>
background-color css
<style>
a { background-color: #AF65DC; }
a { background-color: rgb(175,101,220); }
div.DivClassName
{
background-color: #AF65DC;
}
.BgClassName
{
background-color: #AF65DC;
}
</style>
border-color css
<style>
span { border-color: #AF65DC; }
span { border-color: rgb(175,101,220); }
td.TdClassName
{
border-color: #AF65DC;
}
.TagClassName
{
border-color: #AF65DC;
}
</style>