Shades of Medium Orchid #AF4CF2
Tints of Medium Orchid #AF4CF2
RGB
CMYK
RGB Variations
Color information
#AF4CF2 (or 0xAF4CF2) is known color: Medium Orchid. HEX triplet: AF, 4C and F2. RGB value is (175,76,242). Sum of RGB (Red+Green+Blue) = 175+76+242=493 (65% of max value = 765). Red value is 175 (68.75% from 255 or 35.50% from 493); Green value is 76 (30.08% from 255 or 15.42% from 493); Blue value is 242 (94.92% from 255 or 49.09% from 493); Max value from RGB is 242 - color contains mainly: blue. Hex color #AF4CF2 is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #AF4CF2 is #50B30D. Grayscale: #7B7B7B. Windows color (decimal): -5288718 or 15879343. OLE color: 15879343.
HSL color Cylindrical-coordinate representation of color #AF4CF2: hue angle of 275.78º degrees, saturation: 0.86, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #AF4CF2 is Cyan = 0.28, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 175 | 76 | 242 | - |
| CMYK | 0.28 | 0.69 | 0 | 0.05 |
| HSL | 275.78º | 0.86% | 0.62% | - |
| HSV(B) | 275.78º | 0.69% | 0.95% | - |
| XYZ | 36.29 | 20.69 | 86.09 | - |
| YUV | 124.53 | 194.3 | 164 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 76 | 242 | 0.28 | 0.69 | 0 | 0.05 | 275.78 | 0.86 | 0.62 |
| Hex | AF | 4C | F2 | 1C | 45 | 0 | 5 | 114 | 56 | 3E |
| Octal | 257 | 114 | 362 | 34 | 105 | 0 | 5 | 424 | 126 | 76 |
| Binary | 10101111 | 1001100 | 11110010 | 11100 | 1000101 | 0 | 101 | 100010100 | 1010110 | 111110 |
Color Harmonies of #AF4CF2
Complementary color
Monochromatic Colors of #AF4CF2
Black with #AF4CF2
Text Example
Text Example
White with #AF4CF2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF4CF2; }
p { color: rgb(175,76,242); }
H1.HeaderClassName
{
color: #AF4CF2;
}
.AnyTagClassName
{
color: #AF4CF2;
}
</style>
background-color css
<style>
a { background-color: #AF4CF2; }
a { background-color: rgb(175,76,242); }
div.DivClassName
{
background-color: #AF4CF2;
}
.BgClassName
{
background-color: #AF4CF2;
}
</style>
border-color css
<style>
span { border-color: #AF4CF2; }
span { border-color: rgb(175,76,242); }
td.TdClassName
{
border-color: #AF4CF2;
}
.TagClassName
{
border-color: #AF4CF2;
}
</style>