Shades of Medium Orchid #AF3CE6
Tints of Medium Orchid #AF3CE6
RGB
CMYK
RGB Variations
Color information
#AF3CE6 (or 0xAF3CE6) is known color: Medium Orchid. HEX triplet: AF, 3C and E6. RGB value is (175,60,230). Sum of RGB (Red+Green+Blue) = 175+60+230=465 (61% of max value = 765). Red value is 175 (68.75% from 255 or 37.63% from 465); Green value is 60 (23.83% from 255 or 12.90% from 465); Blue value is 230 (90.23% from 255 or 49.46% from 465); Max value from RGB is 230 - color contains mainly: blue. Hex color #AF3CE6 is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #AF3CE6 is #50C319. Grayscale: #717171. Windows color (decimal): -5292826 or 15088815. OLE color: 15088815.
HSL color Cylindrical-coordinate representation of color #AF3CE6: hue angle of 280.59º degrees, saturation: 0.77, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #AF3CE6 is Cyan = 0.24, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 175 | 60 | 230 | - |
| CMYK | 0.24 | 0.74 | 0 | 0.10 |
| HSL | 280.59º | 0.77% | 0.57% | - |
| HSV(B) | 280.59º | 0.74% | 0.9% | - |
| XYZ | 33.58 | 18.06 | 76.58 | - |
| YUV | 113.77 | 193.6 | 171.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 60 | 230 | 0.24 | 0.74 | 0 | 0.10 | 280.59 | 0.77 | 0.57 |
| Hex | AF | 3C | E6 | 18 | 4A | 0 | A | 119 | 4D | 39 |
| Octal | 257 | 74 | 346 | 30 | 112 | 0 | 12 | 431 | 115 | 71 |
| Binary | 10101111 | 111100 | 11100110 | 11000 | 1001010 | 0 | 1010 | 100011001 | 1001101 | 111001 |
Color Harmonies of #AF3CE6
Complementary color
Monochromatic Colors of #AF3CE6
Black with #AF3CE6
Text Example
Text Example
White with #AF3CE6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF3CE6; }
p { color: rgb(175,60,230); }
H1.HeaderClassName
{
color: #AF3CE6;
}
.AnyTagClassName
{
color: #AF3CE6;
}
</style>
background-color css
<style>
a { background-color: #AF3CE6; }
a { background-color: rgb(175,60,230); }
div.DivClassName
{
background-color: #AF3CE6;
}
.BgClassName
{
background-color: #AF3CE6;
}
</style>
border-color css
<style>
span { border-color: #AF3CE6; }
span { border-color: rgb(175,60,230); }
td.TdClassName
{
border-color: #AF3CE6;
}
.TagClassName
{
border-color: #AF3CE6;
}
</style>