Shades of Medium Orchid #AF4CCD
Tints of Medium Orchid #AF4CCD
RGB
CMYK
RGB Variations
Color information
#AF4CCD (or 0xAF4CCD) is known color: Medium Orchid. HEX triplet: AF, 4C and CD. RGB value is (175,76,205). Sum of RGB (Red+Green+Blue) = 175+76+205=456 (60% of max value = 765). Red value is 175 (68.75% from 255 or 38.38% from 456); Green value is 76 (30.08% from 255 or 16.67% from 456); Blue value is 205 (80.47% from 255 or 44.96% from 456); Max value from RGB is 205 - color contains mainly: blue. Hex color #AF4CCD is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AF4CCD is #50B332. Grayscale: #777777. Windows color (decimal): -5288755 or 13454511. OLE color: 13454511.
HSL color Cylindrical-coordinate representation of color #AF4CCD: hue angle of 286.05º degrees, saturation: 0.56, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #AF4CCD is Cyan = 0.15, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 175 | 76 | 205 | - |
| CMYK | 0.15 | 0.63 | 0 | 0.20 |
| HSL | 286.05º | 0.56% | 0.55% | - |
| HSV(B) | 286.05º | 0.63% | 0.8% | - |
| XYZ | 31.28 | 18.69 | 59.72 | - |
| YUV | 120.31 | 175.8 | 167.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 76 | 205 | 0.15 | 0.63 | 0 | 0.20 | 286.05 | 0.56 | 0.55 |
| Hex | AF | 4C | CD | F | 3F | 0 | 14 | 11E | 38 | 37 |
| Octal | 257 | 114 | 315 | 17 | 77 | 0 | 24 | 436 | 70 | 67 |
| Binary | 10101111 | 1001100 | 11001101 | 1111 | 111111 | 0 | 10100 | 100011110 | 111000 | 110111 |
Color Harmonies of #AF4CCD
Complementary color
Monochromatic Colors of #AF4CCD
Black with #AF4CCD
Text Example
Text Example
White with #AF4CCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF4CCD; }
p { color: rgb(175,76,205); }
H1.HeaderClassName
{
color: #AF4CCD;
}
.AnyTagClassName
{
color: #AF4CCD;
}
</style>
background-color css
<style>
a { background-color: #AF4CCD; }
a { background-color: rgb(175,76,205); }
div.DivClassName
{
background-color: #AF4CCD;
}
.BgClassName
{
background-color: #AF4CCD;
}
</style>
border-color css
<style>
span { border-color: #AF4CCD; }
span { border-color: rgb(175,76,205); }
td.TdClassName
{
border-color: #AF4CCD;
}
.TagClassName
{
border-color: #AF4CCD;
}
</style>