Shades of Medium Orchid #AF3FCC
Tints of Medium Orchid #AF3FCC
RGB
CMYK
RGB Variations
Color information
#AF3FCC (or 0xAF3FCC) is known color: Medium Orchid. HEX triplet: AF, 3F and CC. RGB value is (175,63,204). Sum of RGB (Red+Green+Blue) = 175+63+204=442 (58% of max value = 765). Red value is 175 (68.75% from 255 or 39.59% from 442); Green value is 63 (25% from 255 or 14.25% from 442); Blue value is 204 (80.08% from 255 or 46.15% from 442); Max value from RGB is 204 - color contains mainly: blue. Hex color #AF3FCC is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AF3FCC is #50C033. Grayscale: #707070. Windows color (decimal): -5292084 or 13385647. OLE color: 13385647.
HSL color Cylindrical-coordinate representation of color #AF3FCC: hue angle of 287.66º degrees, saturation: 0.58, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #AF3FCC is Cyan = 0.14, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 175 | 63 | 204 | - |
| CMYK | 0.14 | 0.69 | 0 | 0.2 |
| HSL | 287.66º | 0.58% | 0.52% | - |
| HSV(B) | 287.66º | 0.69% | 0.8% | - |
| XYZ | 30.36 | 17.03 | 58.81 | - |
| YUV | 112.56 | 179.61 | 172.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 63 | 204 | 0.14 | 0.69 | 0 | 0.2 | 287.66 | 0.58 | 0.52 |
| Hex | AF | 3F | CC | E | 45 | 0 | 14 | 120 | 3A | 34 |
| Octal | 257 | 77 | 314 | 16 | 105 | 0 | 24 | 440 | 72 | 64 |
| Binary | 10101111 | 111111 | 11001100 | 1110 | 1000101 | 0 | 10100 | 100100000 | 111010 | 110100 |
Color Harmonies of #AF3FCC
Complementary color
Monochromatic Colors of #AF3FCC
Black with #AF3FCC
Text Example
Text Example
White with #AF3FCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF3FCC; }
p { color: rgb(175,63,204); }
H1.HeaderClassName
{
color: #AF3FCC;
}
.AnyTagClassName
{
color: #AF3FCC;
}
</style>
background-color css
<style>
a { background-color: #AF3FCC; }
a { background-color: rgb(175,63,204); }
div.DivClassName
{
background-color: #AF3FCC;
}
.BgClassName
{
background-color: #AF3FCC;
}
</style>
border-color css
<style>
span { border-color: #AF3FCC; }
span { border-color: rgb(175,63,204); }
td.TdClassName
{
border-color: #AF3FCC;
}
.TagClassName
{
border-color: #AF3FCC;
}
</style>