Shades of Medium Orchid #AF64CF
Tints of Medium Orchid #AF64CF
RGB
CMYK
RGB Variations
Color information
#AF64CF (or 0xAF64CF) is known color: Medium Orchid. HEX triplet: AF, 64 and CF. RGB value is (175,100,207). Sum of RGB (Red+Green+Blue) = 175+100+207=482 (63% of max value = 765). Red value is 175 (68.75% from 255 or 36.31% from 482); Green value is 100 (39.45% from 255 or 20.75% from 482); Blue value is 207 (81.25% from 255 or 42.95% from 482); Max value from RGB is 207 - color contains mainly: blue. Hex color #AF64CF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AF64CF is #509B30. Grayscale: #868686. Windows color (decimal): -5282609 or 13591727. OLE color: 13591727.
HSL color Cylindrical-coordinate representation of color #AF64CF: hue angle of 282.06º degrees, saturation: 0.53, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #AF64CF is Cyan = 0.15, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 175 | 100 | 207 | - |
| CMYK | 0.15 | 0.52 | 0 | 0.19 |
| HSL | 282.06º | 0.53% | 0.6% | - |
| HSV(B) | 282.06º | 0.52% | 0.81% | - |
| XYZ | 33.5 | 22.73 | 61.65 | - |
| YUV | 134.62 | 168.85 | 156.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 100 | 207 | 0.15 | 0.52 | 0 | 0.19 | 282.06 | 0.53 | 0.6 |
| Hex | AF | 64 | CF | F | 34 | 0 | 13 | 11A | 35 | 3C |
| Octal | 257 | 144 | 317 | 17 | 64 | 0 | 23 | 432 | 65 | 74 |
| Binary | 10101111 | 1100100 | 11001111 | 1111 | 110100 | 0 | 10011 | 100011010 | 110101 | 111100 |
Color Harmonies of #AF64CF
Complementary color
Monochromatic Colors of #AF64CF
Black with #AF64CF
Text Example
Text Example
White with #AF64CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF64CF; }
p { color: rgb(175,100,207); }
H1.HeaderClassName
{
color: #AF64CF;
}
.AnyTagClassName
{
color: #AF64CF;
}
</style>
background-color css
<style>
a { background-color: #AF64CF; }
a { background-color: rgb(175,100,207); }
div.DivClassName
{
background-color: #AF64CF;
}
.BgClassName
{
background-color: #AF64CF;
}
</style>
border-color css
<style>
span { border-color: #AF64CF; }
span { border-color: rgb(175,100,207); }
td.TdClassName
{
border-color: #AF64CF;
}
.TagClassName
{
border-color: #AF64CF;
}
</style>