Shades of Medium Orchid #AF68CF
Tints of Medium Orchid #AF68CF
RGB
CMYK
RGB Variations
Color information
#AF68CF (or 0xAF68CF) is known color: Medium Orchid. HEX triplet: AF, 68 and CF. RGB value is (175,104,207). Sum of RGB (Red+Green+Blue) = 175+104+207=486 (64% of max value = 765). Red value is 175 (68.75% from 255 or 36.01% from 486); Green value is 104 (41.02% from 255 or 21.40% from 486); Blue value is 207 (81.25% from 255 or 42.59% from 486); Max value from RGB is 207 - color contains mainly: blue. Hex color #AF68CF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AF68CF is #509730. Grayscale: #888888. Windows color (decimal): -5281585 or 13592751. OLE color: 13592751.
HSL color Cylindrical-coordinate representation of color #AF68CF: hue angle of 281.36º 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 #AF68CF is Cyan = 0.15, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 175 | 104 | 207 | - |
| CMYK | 0.15 | 0.50 | 0 | 0.19 |
| HSL | 281.36º | 0.52% | 0.61% | - |
| HSV(B) | 281.36º | 0.5% | 0.81% | - |
| XYZ | 33.89 | 23.52 | 61.78 | - |
| YUV | 136.97 | 167.52 | 155.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 104 | 207 | 0.15 | 0.50 | 0 | 0.19 | 281.36 | 0.52 | 0.61 |
| Hex | AF | 68 | CF | F | 32 | 0 | 13 | 119 | 34 | 3D |
| Octal | 257 | 150 | 317 | 17 | 62 | 0 | 23 | 431 | 64 | 75 |
| Binary | 10101111 | 1101000 | 11001111 | 1111 | 110010 | 0 | 10011 | 100011001 | 110100 | 111101 |
Color Harmonies of #AF68CF
Complementary color
Monochromatic Colors of #AF68CF
Black with #AF68CF
Text Example
Text Example
White with #AF68CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF68CF; }
p { color: rgb(175,104,207); }
H1.HeaderClassName
{
color: #AF68CF;
}
.AnyTagClassName
{
color: #AF68CF;
}
</style>
background-color css
<style>
a { background-color: #AF68CF; }
a { background-color: rgb(175,104,207); }
div.DivClassName
{
background-color: #AF68CF;
}
.BgClassName
{
background-color: #AF68CF;
}
</style>
border-color css
<style>
span { border-color: #AF68CF; }
span { border-color: rgb(175,104,207); }
td.TdClassName
{
border-color: #AF68CF;
}
.TagClassName
{
border-color: #AF68CF;
}
</style>