Shades of Medium Orchid #AF5CFD
Tints of Medium Orchid #AF5CFD
RGB
CMYK
RGB Variations
Color information
#AF5CFD (or 0xAF5CFD) is known color: Medium Orchid. HEX triplet: AF, 5C and FD. RGB value is (175,92,253). Sum of RGB (Red+Green+Blue) = 175+92+253=520 (68% of max value = 765). Red value is 175 (68.75% from 255 or 33.65% from 520); Green value is 92 (36.33% from 255 or 17.69% from 520); Blue value is 253 (99.22% from 255 or 48.65% from 520); Max value from RGB is 253 - color contains mainly: blue. Hex color #AF5CFD is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #AF5CFD is #50A302. Grayscale: #868686. Windows color (decimal): -5284611 or 16604335. OLE color: 16604335.
HSL color Cylindrical-coordinate representation of color #AF5CFD: hue angle of 270.93º degrees, saturation: 0.98, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #AF5CFD is Cyan = 0.31, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 175 | 92 | 253 | - |
| CMYK | 0.31 | 0.64 | 0 | 0.01 |
| HSL | 270.93º | 0.98% | 0.68% | - |
| HSV(B) | 270.93º | 0.64% | 0.99% | - |
| XYZ | 39.24 | 23.86 | 95.47 | - |
| YUV | 135.17 | 194.5 | 156.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 92 | 253 | 0.31 | 0.64 | 0 | 0.01 | 270.93 | 0.98 | 0.68 |
| Hex | AF | 5C | FD | 1F | 40 | 0 | 1 | 10F | 62 | 44 |
| Octal | 257 | 134 | 375 | 37 | 100 | 0 | 1 | 417 | 142 | 104 |
| Binary | 10101111 | 1011100 | 11111101 | 11111 | 1000000 | 0 | 1 | 100001111 | 1100010 | 1000100 |
Color Harmonies of #AF5CFD
Complementary color
Monochromatic Colors of #AF5CFD
Black with #AF5CFD
Text Example
Text Example
White with #AF5CFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF5CFD; }
p { color: rgb(175,92,253); }
H1.HeaderClassName
{
color: #AF5CFD;
}
.AnyTagClassName
{
color: #AF5CFD;
}
</style>
background-color css
<style>
a { background-color: #AF5CFD; }
a { background-color: rgb(175,92,253); }
div.DivClassName
{
background-color: #AF5CFD;
}
.BgClassName
{
background-color: #AF5CFD;
}
</style>
border-color css
<style>
span { border-color: #AF5CFD; }
span { border-color: rgb(175,92,253); }
td.TdClassName
{
border-color: #AF5CFD;
}
.TagClassName
{
border-color: #AF5CFD;
}
</style>