Shades of Medium Orchid #AF42CF
Tints of Medium Orchid #AF42CF
RGB
CMYK
RGB Variations
Color information
#AF42CF (or 0xAF42CF) is known color: Medium Orchid. HEX triplet: AF, 42 and CF. RGB value is (175,66,207). Sum of RGB (Red+Green+Blue) = 175+66+207=448 (59% of max value = 765). Red value is 175 (68.75% from 255 or 39.06% from 448); Green value is 66 (26.17% from 255 or 14.73% from 448); Blue value is 207 (81.25% from 255 or 46.21% from 448); Max value from RGB is 207 - color contains mainly: blue. Hex color #AF42CF is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AF42CF is #50BD30. Grayscale: #727272. Windows color (decimal): -5291313 or 13583023. OLE color: 13583023.
HSL color Cylindrical-coordinate representation of color #AF42CF: hue angle of 286.38º degrees, saturation: 0.59, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #AF42CF is Cyan = 0.15, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 175 | 66 | 207 | - |
| CMYK | 0.15 | 0.68 | 0 | 0.19 |
| HSL | 286.38º | 0.59% | 0.54% | - |
| HSV(B) | 286.38º | 0.68% | 0.81% | - |
| XYZ | 30.89 | 17.52 | 60.78 | - |
| YUV | 114.67 | 180.11 | 171.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 66 | 207 | 0.15 | 0.68 | 0 | 0.19 | 286.38 | 0.59 | 0.54 |
| Hex | AF | 42 | CF | F | 44 | 0 | 13 | 11E | 3B | 36 |
| Octal | 257 | 102 | 317 | 17 | 104 | 0 | 23 | 436 | 73 | 66 |
| Binary | 10101111 | 1000010 | 11001111 | 1111 | 1000100 | 0 | 10011 | 100011110 | 111011 | 110110 |
Color Harmonies of #AF42CF
Complementary color
Monochromatic Colors of #AF42CF
Black with #AF42CF
Text Example
Text Example
White with #AF42CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF42CF; }
p { color: rgb(175,66,207); }
H1.HeaderClassName
{
color: #AF42CF;
}
.AnyTagClassName
{
color: #AF42CF;
}
</style>
background-color css
<style>
a { background-color: #AF42CF; }
a { background-color: rgb(175,66,207); }
div.DivClassName
{
background-color: #AF42CF;
}
.BgClassName
{
background-color: #AF42CF;
}
</style>
border-color css
<style>
span { border-color: #AF42CF; }
span { border-color: rgb(175,66,207); }
td.TdClassName
{
border-color: #AF42CF;
}
.TagClassName
{
border-color: #AF42CF;
}
</style>