Shades of Medium Orchid #AF4DC3
Tints of Medium Orchid #AF4DC3
RGB
CMYK
RGB Variations
Color information
#AF4DC3 (or 0xAF4DC3) is known color: Medium Orchid. HEX triplet: AF, 4D and C3. RGB value is (175,77,195). Sum of RGB (Red+Green+Blue) = 175+77+195=447 (59% of max value = 765). Red value is 175 (68.75% from 255 or 39.15% from 447); Green value is 77 (30.47% from 255 or 17.23% from 447); Blue value is 195 (76.56% from 255 or 43.62% from 447); Max value from RGB is 195 - color contains mainly: blue. Hex color #AF4DC3 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AF4DC3 is #50B23C. Grayscale: #777777. Windows color (decimal): -5288509 or 12799407. OLE color: 12799407.
HSL color Cylindrical-coordinate representation of color #AF4DC3: hue angle of 289.83º degrees, saturation: 0.5, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #AF4DC3 is Cyan = 0.10, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 175 | 77 | 195 | - |
| CMYK | 0.10 | 0.61 | 0 | 0.24 |
| HSL | 289.83º | 0.5% | 0.53% | - |
| HSV(B) | 289.83º | 0.61% | 0.76% | - |
| XYZ | 30.18 | 18.36 | 53.58 | - |
| YUV | 119.75 | 170.47 | 167.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 77 | 195 | 0.10 | 0.61 | 0 | 0.24 | 289.83 | 0.5 | 0.53 |
| Hex | AF | 4D | C3 | A | 3D | 0 | 18 | 122 | 32 | 35 |
| Octal | 257 | 115 | 303 | 12 | 75 | 0 | 30 | 442 | 62 | 65 |
| Binary | 10101111 | 1001101 | 11000011 | 1010 | 111101 | 0 | 11000 | 100100010 | 110010 | 110101 |
Color Harmonies of #AF4DC3
Complementary color
Monochromatic Colors of #AF4DC3
Black with #AF4DC3
Text Example
Text Example
White with #AF4DC3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF4DC3; }
p { color: rgb(175,77,195); }
H1.HeaderClassName
{
color: #AF4DC3;
}
.AnyTagClassName
{
color: #AF4DC3;
}
</style>
background-color css
<style>
a { background-color: #AF4DC3; }
a { background-color: rgb(175,77,195); }
div.DivClassName
{
background-color: #AF4DC3;
}
.BgClassName
{
background-color: #AF4DC3;
}
</style>
border-color css
<style>
span { border-color: #AF4DC3; }
span { border-color: rgb(175,77,195); }
td.TdClassName
{
border-color: #AF4DC3;
}
.TagClassName
{
border-color: #AF4DC3;
}
</style>