Shades of Medium Orchid #AF6DC7
Tints of Medium Orchid #AF6DC7
RGB
CMYK
RGB Variations
Color information
#AF6DC7 (or 0xAF6DC7) is known color: Medium Orchid. HEX triplet: AF, 6D and C7. RGB value is (175,109,199). Sum of RGB (Red+Green+Blue) = 175+109+199=483 (63% of max value = 765). Red value is 175 (68.75% from 255 or 36.23% from 483); Green value is 109 (42.97% from 255 or 22.57% from 483); Blue value is 199 (78.12% from 255 or 41.20% from 483); Max value from RGB is 199 - color contains mainly: blue. Hex color #AF6DC7 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AF6DC7 is #509238. Grayscale: #8A8A8A. Windows color (decimal): -5280313 or 13069743. OLE color: 13069743.
HSL color Cylindrical-coordinate representation of color #AF6DC7: hue angle of 284º degrees, saturation: 0.45, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #AF6DC7 is Cyan = 0.12, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 175 | 109 | 199 | - |
| CMYK | 0.12 | 0.45 | 0 | 0.22 |
| HSL | 284º | 0.45% | 0.6% | - |
| HSV(B) | 284º | 0.45% | 0.78% | - |
| XYZ | 33.46 | 24.17 | 56.94 | - |
| YUV | 138.99 | 161.87 | 153.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 109 | 199 | 0.12 | 0.45 | 0 | 0.22 | 284 | 0.45 | 0.6 |
| Hex | AF | 6D | C7 | C | 2D | 0 | 16 | 11C | 2D | 3C |
| Octal | 257 | 155 | 307 | 14 | 55 | 0 | 26 | 434 | 55 | 74 |
| Binary | 10101111 | 1101101 | 11000111 | 1100 | 101101 | 0 | 10110 | 100011100 | 101101 | 111100 |
Color Harmonies of #AF6DC7
Complementary color
Monochromatic Colors of #AF6DC7
Black with #AF6DC7
Text Example
Text Example
White with #AF6DC7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF6DC7; }
p { color: rgb(175,109,199); }
H1.HeaderClassName
{
color: #AF6DC7;
}
.AnyTagClassName
{
color: #AF6DC7;
}
</style>
background-color css
<style>
a { background-color: #AF6DC7; }
a { background-color: rgb(175,109,199); }
div.DivClassName
{
background-color: #AF6DC7;
}
.BgClassName
{
background-color: #AF6DC7;
}
</style>
border-color css
<style>
span { border-color: #AF6DC7; }
span { border-color: rgb(175,109,199); }
td.TdClassName
{
border-color: #AF6DC7;
}
.TagClassName
{
border-color: #AF6DC7;
}
</style>