Shades of Medium Orchid #AF3CF3
Tints of Medium Orchid #AF3CF3
RGB
CMYK
RGB Variations
Color information
#AF3CF3 (or 0xAF3CF3) is known color: Medium Orchid. HEX triplet: AF, 3C and F3. RGB value is (175,60,243). Sum of RGB (Red+Green+Blue) = 175+60+243=478 (63% of max value = 765). Red value is 175 (68.75% from 255 or 36.61% from 478); Green value is 60 (23.83% from 255 or 12.55% from 478); Blue value is 243 (95.31% from 255 or 50.84% from 478); Max value from RGB is 243 - color contains mainly: blue. Hex color #AF3CF3 is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #AF3CF3 is #50C30C. Grayscale: #727272. Windows color (decimal): -5292813 or 15940783. OLE color: 15940783.
HSL color Cylindrical-coordinate representation of color #AF3CF3: hue angle of 277.7º degrees, saturation: 0.88, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #AF3CF3 is Cyan = 0.28, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 175 | 60 | 243 | - |
| CMYK | 0.28 | 0.75 | 0 | 0.05 |
| HSL | 277.7º | 0.88% | 0.59% | - |
| HSV(B) | 277.7º | 0.75% | 0.95% | - |
| XYZ | 35.47 | 18.82 | 86.56 | - |
| YUV | 115.25 | 200.1 | 170.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 60 | 243 | 0.28 | 0.75 | 0 | 0.05 | 277.7 | 0.88 | 0.59 |
| Hex | AF | 3C | F3 | 1C | 4B | 0 | 5 | 116 | 58 | 3B |
| Octal | 257 | 74 | 363 | 34 | 113 | 0 | 5 | 426 | 130 | 73 |
| Binary | 10101111 | 111100 | 11110011 | 11100 | 1001011 | 0 | 101 | 100010110 | 1011000 | 111011 |
Color Harmonies of #AF3CF3
Complementary color
Monochromatic Colors of #AF3CF3
Black with #AF3CF3
Text Example
Text Example
White with #AF3CF3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF3CF3; }
p { color: rgb(175,60,243); }
H1.HeaderClassName
{
color: #AF3CF3;
}
.AnyTagClassName
{
color: #AF3CF3;
}
</style>
background-color css
<style>
a { background-color: #AF3CF3; }
a { background-color: rgb(175,60,243); }
div.DivClassName
{
background-color: #AF3CF3;
}
.BgClassName
{
background-color: #AF3CF3;
}
</style>
border-color css
<style>
span { border-color: #AF3CF3; }
span { border-color: rgb(175,60,243); }
td.TdClassName
{
border-color: #AF3CF3;
}
.TagClassName
{
border-color: #AF3CF3;
}
</style>