Shades of Medium Orchid #AF40CE
Tints of Medium Orchid #AF40CE
RGB
CMYK
RGB Variations
Color information
#AF40CE (or 0xAF40CE) is known color: Medium Orchid. HEX triplet: AF, 40 and CE. RGB value is (175,64,206). Sum of RGB (Red+Green+Blue) = 175+64+206=445 (58% of max value = 765). Red value is 175 (68.75% from 255 or 39.33% from 445); Green value is 64 (25.39% from 255 or 14.38% from 445); Blue value is 206 (80.86% from 255 or 46.29% from 445); Max value from RGB is 206 - color contains mainly: blue. Hex color #AF40CE is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AF40CE is #50BF31. Grayscale: #707070. Windows color (decimal): -5291826 or 13516975. OLE color: 13516975.
HSL color Cylindrical-coordinate representation of color #AF40CE: hue angle of 286.9º degrees, saturation: 0.59, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #AF40CE is Cyan = 0.15, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 175 | 64 | 206 | - |
| CMYK | 0.15 | 0.69 | 0 | 0.19 |
| HSL | 286.9º | 0.59% | 0.53% | - |
| HSV(B) | 286.9º | 0.69% | 0.81% | - |
| XYZ | 30.65 | 17.24 | 60.1 | - |
| YUV | 113.38 | 180.27 | 171.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 64 | 206 | 0.15 | 0.69 | 0 | 0.19 | 286.9 | 0.59 | 0.53 |
| Hex | AF | 40 | CE | F | 45 | 0 | 13 | 11F | 3B | 35 |
| Octal | 257 | 100 | 316 | 17 | 105 | 0 | 23 | 437 | 73 | 65 |
| Binary | 10101111 | 1000000 | 11001110 | 1111 | 1000101 | 0 | 10011 | 100011111 | 111011 | 110101 |
Color Harmonies of #AF40CE
Complementary color
Monochromatic Colors of #AF40CE
Black with #AF40CE
Text Example
Text Example
White with #AF40CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF40CE; }
p { color: rgb(175,64,206); }
H1.HeaderClassName
{
color: #AF40CE;
}
.AnyTagClassName
{
color: #AF40CE;
}
</style>
background-color css
<style>
a { background-color: #AF40CE; }
a { background-color: rgb(175,64,206); }
div.DivClassName
{
background-color: #AF40CE;
}
.BgClassName
{
background-color: #AF40CE;
}
</style>
border-color css
<style>
span { border-color: #AF40CE; }
span { border-color: rgb(175,64,206); }
td.TdClassName
{
border-color: #AF40CE;
}
.TagClassName
{
border-color: #AF40CE;
}
</style>