Shades of Medium Orchid #AF67C7
Tints of Medium Orchid #AF67C7
RGB
CMYK
RGB Variations
Color information
#AF67C7 (or 0xAF67C7) is known color: Medium Orchid. HEX triplet: AF, 67 and C7. RGB value is (175,103,199). Sum of RGB (Red+Green+Blue) = 175+103+199=477 (63% of max value = 765). Red value is 175 (68.75% from 255 or 36.69% from 477); Green value is 103 (40.62% from 255 or 21.59% from 477); Blue value is 199 (78.12% from 255 or 41.72% from 477); Max value from RGB is 199 - color contains mainly: blue. Hex color #AF67C7 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AF67C7 is #509838. Grayscale: #878787. Windows color (decimal): -5281849 or 13068207. OLE color: 13068207.
HSL color Cylindrical-coordinate representation of color #AF67C7: hue angle of 285º degrees, saturation: 0.46, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #AF67C7 is Cyan = 0.12, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 175 | 103 | 199 | - |
| CMYK | 0.12 | 0.48 | 0 | 0.22 |
| HSL | 285º | 0.46% | 0.59% | - |
| HSV(B) | 285º | 0.48% | 0.78% | - |
| XYZ | 32.84 | 22.94 | 56.73 | - |
| YUV | 135.47 | 163.85 | 156.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 103 | 199 | 0.12 | 0.48 | 0 | 0.22 | 285 | 0.46 | 0.59 |
| Hex | AF | 67 | C7 | C | 30 | 0 | 16 | 11D | 2E | 3B |
| Octal | 257 | 147 | 307 | 14 | 60 | 0 | 26 | 435 | 56 | 73 |
| Binary | 10101111 | 1100111 | 11000111 | 1100 | 110000 | 0 | 10110 | 100011101 | 101110 | 111011 |
Color Harmonies of #AF67C7
Complementary color
Monochromatic Colors of #AF67C7
Black with #AF67C7
Text Example
Text Example
White with #AF67C7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF67C7; }
p { color: rgb(175,103,199); }
H1.HeaderClassName
{
color: #AF67C7;
}
.AnyTagClassName
{
color: #AF67C7;
}
</style>
background-color css
<style>
a { background-color: #AF67C7; }
a { background-color: rgb(175,103,199); }
div.DivClassName
{
background-color: #AF67C7;
}
.BgClassName
{
background-color: #AF67C7;
}
</style>
border-color css
<style>
span { border-color: #AF67C7; }
span { border-color: rgb(175,103,199); }
td.TdClassName
{
border-color: #AF67C7;
}
.TagClassName
{
border-color: #AF67C7;
}
</style>