Shades of Medium Orchid #AF65CF
Tints of Medium Orchid #AF65CF
RGB
CMYK
RGB Variations
Color information
#AF65CF (or 0xAF65CF) is known color: Medium Orchid. HEX triplet: AF, 65 and CF. RGB value is (175,101,207). Sum of RGB (Red+Green+Blue) = 175+101+207=483 (63% of max value = 765). Red value is 175 (68.75% from 255 or 36.23% from 483); Green value is 101 (39.84% from 255 or 20.91% from 483); Blue value is 207 (81.25% from 255 or 42.86% from 483); Max value from RGB is 207 - color contains mainly: blue. Hex color #AF65CF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AF65CF is #509A30. Grayscale: #868686. Windows color (decimal): -5282353 or 13591983. OLE color: 13591983.
HSL color Cylindrical-coordinate representation of color #AF65CF: hue angle of 281.89º degrees, saturation: 0.52, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #AF65CF is Cyan = 0.15, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 175 | 101 | 207 | - |
| CMYK | 0.15 | 0.51 | 0 | 0.19 |
| HSL | 281.89º | 0.52% | 0.6% | - |
| HSV(B) | 281.89º | 0.51% | 0.81% | - |
| XYZ | 33.6 | 22.93 | 61.69 | - |
| YUV | 135.21 | 168.52 | 156.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 101 | 207 | 0.15 | 0.51 | 0 | 0.19 | 281.89 | 0.52 | 0.6 |
| Hex | AF | 65 | CF | F | 33 | 0 | 13 | 11A | 34 | 3C |
| Octal | 257 | 145 | 317 | 17 | 63 | 0 | 23 | 432 | 64 | 74 |
| Binary | 10101111 | 1100101 | 11001111 | 1111 | 110011 | 0 | 10011 | 100011010 | 110100 | 111100 |
Color Harmonies of #AF65CF
Complementary color
Monochromatic Colors of #AF65CF
Black with #AF65CF
Text Example
Text Example
White with #AF65CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF65CF; }
p { color: rgb(175,101,207); }
H1.HeaderClassName
{
color: #AF65CF;
}
.AnyTagClassName
{
color: #AF65CF;
}
</style>
background-color css
<style>
a { background-color: #AF65CF; }
a { background-color: rgb(175,101,207); }
div.DivClassName
{
background-color: #AF65CF;
}
.BgClassName
{
background-color: #AF65CF;
}
</style>
border-color css
<style>
span { border-color: #AF65CF; }
span { border-color: rgb(175,101,207); }
td.TdClassName
{
border-color: #AF65CF;
}
.TagClassName
{
border-color: #AF65CF;
}
</style>