Shades of Medium Orchid #AF50CB
Tints of Medium Orchid #AF50CB
RGB
CMYK
RGB Variations
Color information
#AF50CB (or 0xAF50CB) is known color: Medium Orchid. HEX triplet: AF, 50 and CB. RGB value is (175,80,203). Sum of RGB (Red+Green+Blue) = 175+80+203=458 (60% of max value = 765). Red value is 175 (68.75% from 255 or 38.21% from 458); Green value is 80 (31.64% from 255 or 17.47% from 458); Blue value is 203 (79.69% from 255 or 44.32% from 458); Max value from RGB is 203 - color contains mainly: blue. Hex color #AF50CB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AF50CB is #50AF34. Grayscale: #7A7A7A. Windows color (decimal): -5287733 or 13324463. OLE color: 13324463.
HSL color Cylindrical-coordinate representation of color #AF50CB: hue angle of 286.34º degrees, saturation: 0.54, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #AF50CB is Cyan = 0.14, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 175 | 80 | 203 | - |
| CMYK | 0.14 | 0.61 | 0 | 0.20 |
| HSL | 286.34º | 0.54% | 0.55% | - |
| HSV(B) | 286.34º | 0.61% | 0.8% | - |
| XYZ | 31.33 | 19.16 | 58.55 | - |
| YUV | 122.43 | 173.47 | 165.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 80 | 203 | 0.14 | 0.61 | 0 | 0.20 | 286.34 | 0.54 | 0.55 |
| Hex | AF | 50 | CB | E | 3D | 0 | 14 | 11E | 36 | 37 |
| Octal | 257 | 120 | 313 | 16 | 75 | 0 | 24 | 436 | 66 | 67 |
| Binary | 10101111 | 1010000 | 11001011 | 1110 | 111101 | 0 | 10100 | 100011110 | 110110 | 110111 |
Color Harmonies of #AF50CB
Complementary color
Monochromatic Colors of #AF50CB
Black with #AF50CB
Text Example
Text Example
White with #AF50CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF50CB; }
p { color: rgb(175,80,203); }
H1.HeaderClassName
{
color: #AF50CB;
}
.AnyTagClassName
{
color: #AF50CB;
}
</style>
background-color css
<style>
a { background-color: #AF50CB; }
a { background-color: rgb(175,80,203); }
div.DivClassName
{
background-color: #AF50CB;
}
.BgClassName
{
background-color: #AF50CB;
}
</style>
border-color css
<style>
span { border-color: #AF50CB; }
span { border-color: rgb(175,80,203); }
td.TdClassName
{
border-color: #AF50CB;
}
.TagClassName
{
border-color: #AF50CB;
}
</style>