Shades of Medium Orchid #AF5CCD
Tints of Medium Orchid #AF5CCD
RGB
CMYK
RGB Variations
Color information
#AF5CCD (or 0xAF5CCD) is known color: Medium Orchid. HEX triplet: AF, 5C and CD. RGB value is (175,92,205). Sum of RGB (Red+Green+Blue) = 175+92+205=472 (62% of max value = 765). Red value is 175 (68.75% from 255 or 37.08% from 472); Green value is 92 (36.33% from 255 or 19.49% from 472); Blue value is 205 (80.47% from 255 or 43.43% from 472); Max value from RGB is 205 - color contains mainly: blue. Hex color #AF5CCD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AF5CCD is #50A332. Grayscale: #818181. Windows color (decimal): -5284659 or 13458607. OLE color: 13458607.
HSL color Cylindrical-coordinate representation of color #AF5CCD: hue angle of 284.07º degrees, saturation: 0.53, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #AF5CCD is Cyan = 0.15, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 175 | 92 | 205 | - |
| CMYK | 0.15 | 0.55 | 0 | 0.20 |
| HSL | 284.07º | 0.53% | 0.58% | - |
| HSV(B) | 284.07º | 0.55% | 0.8% | - |
| XYZ | 32.53 | 21.18 | 60.13 | - |
| YUV | 129.7 | 170.5 | 160.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 92 | 205 | 0.15 | 0.55 | 0 | 0.20 | 284.07 | 0.53 | 0.58 |
| Hex | AF | 5C | CD | F | 37 | 0 | 14 | 11C | 35 | 3A |
| Octal | 257 | 134 | 315 | 17 | 67 | 0 | 24 | 434 | 65 | 72 |
| Binary | 10101111 | 1011100 | 11001101 | 1111 | 110111 | 0 | 10100 | 100011100 | 110101 | 111010 |
Color Harmonies of #AF5CCD
Complementary color
Monochromatic Colors of #AF5CCD
Black with #AF5CCD
Text Example
Text Example
White with #AF5CCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF5CCD; }
p { color: rgb(175,92,205); }
H1.HeaderClassName
{
color: #AF5CCD;
}
.AnyTagClassName
{
color: #AF5CCD;
}
</style>
background-color css
<style>
a { background-color: #AF5CCD; }
a { background-color: rgb(175,92,205); }
div.DivClassName
{
background-color: #AF5CCD;
}
.BgClassName
{
background-color: #AF5CCD;
}
</style>
border-color css
<style>
span { border-color: #AF5CCD; }
span { border-color: rgb(175,92,205); }
td.TdClassName
{
border-color: #AF5CCD;
}
.TagClassName
{
border-color: #AF5CCD;
}
</style>