Shades of Medium Orchid #AF3ECD
Tints of Medium Orchid #AF3ECD
RGB
CMYK
RGB Variations
Color information
#AF3ECD (or 0xAF3ECD) is known color: Medium Orchid. HEX triplet: AF, 3E and CD. RGB value is (175,62,205). Sum of RGB (Red+Green+Blue) = 175+62+205=442 (58% of max value = 765). Red value is 175 (68.75% from 255 or 39.59% from 442); Green value is 62 (24.61% from 255 or 14.03% from 442); Blue value is 205 (80.47% from 255 or 46.38% from 442); Max value from RGB is 205 - color contains mainly: blue. Hex color #AF3ECD is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AF3ECD is #50C132. Grayscale: #6F6F6F. Windows color (decimal): -5292339 or 13450927. OLE color: 13450927.
HSL color Cylindrical-coordinate representation of color #AF3ECD: hue angle of 287.41º degrees, saturation: 0.59, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #AF3ECD is Cyan = 0.15, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 175 | 62 | 205 | - |
| CMYK | 0.15 | 0.70 | 0 | 0.20 |
| HSL | 287.41º | 0.59% | 0.52% | - |
| HSV(B) | 287.41º | 0.7% | 0.8% | - |
| XYZ | 30.42 | 16.97 | 59.43 | - |
| YUV | 112.09 | 180.44 | 172.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 62 | 205 | 0.15 | 0.70 | 0 | 0.20 | 287.41 | 0.59 | 0.52 |
| Hex | AF | 3E | CD | F | 46 | 0 | 14 | 11F | 3B | 34 |
| Octal | 257 | 76 | 315 | 17 | 106 | 0 | 24 | 437 | 73 | 64 |
| Binary | 10101111 | 111110 | 11001101 | 1111 | 1000110 | 0 | 10100 | 100011111 | 111011 | 110100 |
Color Harmonies of #AF3ECD
Complementary color
Monochromatic Colors of #AF3ECD
Black with #AF3ECD
Text Example
Text Example
White with #AF3ECD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF3ECD; }
p { color: rgb(175,62,205); }
H1.HeaderClassName
{
color: #AF3ECD;
}
.AnyTagClassName
{
color: #AF3ECD;
}
</style>
background-color css
<style>
a { background-color: #AF3ECD; }
a { background-color: rgb(175,62,205); }
div.DivClassName
{
background-color: #AF3ECD;
}
.BgClassName
{
background-color: #AF3ECD;
}
</style>
border-color css
<style>
span { border-color: #AF3ECD; }
span { border-color: rgb(175,62,205); }
td.TdClassName
{
border-color: #AF3ECD;
}
.TagClassName
{
border-color: #AF3ECD;
}
</style>