Shades of Medium Orchid #AF65CE
Tints of Medium Orchid #AF65CE
RGB
CMYK
RGB Variations
Color information
#AF65CE (or 0xAF65CE) is known color: Medium Orchid. HEX triplet: AF, 65 and CE. RGB value is (175,101,206). Sum of RGB (Red+Green+Blue) = 175+101+206=482 (63% of max value = 765). Red value is 175 (68.75% from 255 or 36.31% from 482); Green value is 101 (39.84% from 255 or 20.95% from 482); Blue value is 206 (80.86% from 255 or 42.74% from 482); Max value from RGB is 206 - color contains mainly: blue. Hex color #AF65CE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AF65CE is #509A31. Grayscale: #868686. Windows color (decimal): -5282354 or 13526447. OLE color: 13526447.
HSL color Cylindrical-coordinate representation of color #AF65CE: hue angle of 282.29º 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 #AF65CE is Cyan = 0.15, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 175 | 101 | 206 | - |
| CMYK | 0.15 | 0.51 | 0 | 0.19 |
| HSL | 282.29º | 0.52% | 0.6% | - |
| HSV(B) | 282.29º | 0.51% | 0.81% | - |
| XYZ | 33.47 | 22.88 | 61.04 | - |
| YUV | 135.1 | 168.02 | 156.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 101 | 206 | 0.15 | 0.51 | 0 | 0.19 | 282.29 | 0.52 | 0.6 |
| Hex | AF | 65 | CE | F | 33 | 0 | 13 | 11A | 34 | 3C |
| Octal | 257 | 145 | 316 | 17 | 63 | 0 | 23 | 432 | 64 | 74 |
| Binary | 10101111 | 1100101 | 11001110 | 1111 | 110011 | 0 | 10011 | 100011010 | 110100 | 111100 |
Color Harmonies of #AF65CE
Complementary color
Monochromatic Colors of #AF65CE
Black with #AF65CE
Text Example
Text Example
White with #AF65CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF65CE; }
p { color: rgb(175,101,206); }
H1.HeaderClassName
{
color: #AF65CE;
}
.AnyTagClassName
{
color: #AF65CE;
}
</style>
background-color css
<style>
a { background-color: #AF65CE; }
a { background-color: rgb(175,101,206); }
div.DivClassName
{
background-color: #AF65CE;
}
.BgClassName
{
background-color: #AF65CE;
}
</style>
border-color css
<style>
span { border-color: #AF65CE; }
span { border-color: rgb(175,101,206); }
td.TdClassName
{
border-color: #AF65CE;
}
.TagClassName
{
border-color: #AF65CE;
}
</style>