Shades of Medium Orchid #AF67CF
Tints of Medium Orchid #AF67CF
RGB
CMYK
RGB Variations
Color information
#AF67CF (or 0xAF67CF) is known color: Medium Orchid. HEX triplet: AF, 67 and CF. RGB value is (175,103,207). Sum of RGB (Red+Green+Blue) = 175+103+207=485 (64% of max value = 765). Red value is 175 (68.75% from 255 or 36.08% from 485); Green value is 103 (40.62% from 255 or 21.24% from 485); Blue value is 207 (81.25% from 255 or 42.68% from 485); Max value from RGB is 207 - color contains mainly: blue. Hex color #AF67CF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AF67CF is #509830. Grayscale: #888888. Windows color (decimal): -5281841 or 13592495. OLE color: 13592495.
HSL color Cylindrical-coordinate representation of color #AF67CF: hue angle of 281.54º degrees, saturation: 0.52, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #AF67CF is Cyan = 0.15, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 175 | 103 | 207 | - |
| CMYK | 0.15 | 0.50 | 0 | 0.19 |
| HSL | 281.54º | 0.52% | 0.61% | - |
| HSV(B) | 281.54º | 0.5% | 0.81% | - |
| XYZ | 33.79 | 23.32 | 61.75 | - |
| YUV | 136.38 | 167.85 | 155.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 103 | 207 | 0.15 | 0.50 | 0 | 0.19 | 281.54 | 0.52 | 0.61 |
| Hex | AF | 67 | CF | F | 32 | 0 | 13 | 11A | 34 | 3D |
| Octal | 257 | 147 | 317 | 17 | 62 | 0 | 23 | 432 | 64 | 75 |
| Binary | 10101111 | 1100111 | 11001111 | 1111 | 110010 | 0 | 10011 | 100011010 | 110100 | 111101 |
Color Harmonies of #AF67CF
Complementary color
Monochromatic Colors of #AF67CF
Black with #AF67CF
Text Example
Text Example
White with #AF67CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF67CF; }
p { color: rgb(175,103,207); }
H1.HeaderClassName
{
color: #AF67CF;
}
.AnyTagClassName
{
color: #AF67CF;
}
</style>
background-color css
<style>
a { background-color: #AF67CF; }
a { background-color: rgb(175,103,207); }
div.DivClassName
{
background-color: #AF67CF;
}
.BgClassName
{
background-color: #AF67CF;
}
</style>
border-color css
<style>
span { border-color: #AF67CF; }
span { border-color: rgb(175,103,207); }
td.TdClassName
{
border-color: #AF67CF;
}
.TagClassName
{
border-color: #AF67CF;
}
</style>