Shades of Medium Orchid #AF4EFC
Tints of Medium Orchid #AF4EFC
RGB
CMYK
RGB Variations
Color information
#AF4EFC (or 0xAF4EFC) is known color: Medium Orchid. HEX triplet: AF, 4E and FC. RGB value is (175,78,252). Sum of RGB (Red+Green+Blue) = 175+78+252=505 (66% of max value = 765). Red value is 175 (68.75% from 255 or 34.65% from 505); Green value is 78 (30.86% from 255 or 15.45% from 505); Blue value is 252 (98.83% from 255 or 49.90% from 505); Max value from RGB is 252 - color contains mainly: blue. Hex color #AF4EFC is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #AF4EFC is #50B103. Grayscale: #7E7E7E. Windows color (decimal): -5288196 or 16535215. OLE color: 16535215.
HSL color Cylindrical-coordinate representation of color #AF4EFC: hue angle of 273.45º degrees, saturation: 0.97, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #AF4EFC is Cyan = 0.31, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 175 | 78 | 252 | - |
| CMYK | 0.31 | 0.69 | 0 | 0.01 |
| HSL | 273.45º | 0.97% | 0.65% | - |
| HSV(B) | 273.45º | 0.69% | 0.99% | - |
| XYZ | 37.97 | 21.59 | 94.26 | - |
| YUV | 126.84 | 198.64 | 162.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 78 | 252 | 0.31 | 0.69 | 0 | 0.01 | 273.45 | 0.97 | 0.65 |
| Hex | AF | 4E | FC | 1F | 45 | 0 | 1 | 111 | 61 | 41 |
| Octal | 257 | 116 | 374 | 37 | 105 | 0 | 1 | 421 | 141 | 101 |
| Binary | 10101111 | 1001110 | 11111100 | 11111 | 1000101 | 0 | 1 | 100010001 | 1100001 | 1000001 |
Color Harmonies of #AF4EFC
Complementary color
Monochromatic Colors of #AF4EFC
Black with #AF4EFC
Text Example
Text Example
White with #AF4EFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF4EFC; }
p { color: rgb(175,78,252); }
H1.HeaderClassName
{
color: #AF4EFC;
}
.AnyTagClassName
{
color: #AF4EFC;
}
</style>
background-color css
<style>
a { background-color: #AF4EFC; }
a { background-color: rgb(175,78,252); }
div.DivClassName
{
background-color: #AF4EFC;
}
.BgClassName
{
background-color: #AF4EFC;
}
</style>
border-color css
<style>
span { border-color: #AF4EFC; }
span { border-color: rgb(175,78,252); }
td.TdClassName
{
border-color: #AF4EFC;
}
.TagClassName
{
border-color: #AF4EFC;
}
</style>