Shades of Medium Orchid #AF6BCB
Tints of Medium Orchid #AF6BCB
RGB
CMYK
RGB Variations
Color information
#AF6BCB (or 0xAF6BCB) is known color: Medium Orchid. HEX triplet: AF, 6B and CB. RGB value is (175,107,203). Sum of RGB (Red+Green+Blue) = 175+107+203=485 (64% of max value = 765). Red value is 175 (68.75% from 255 or 36.08% from 485); Green value is 107 (42.19% from 255 or 22.06% from 485); Blue value is 203 (79.69% from 255 or 41.86% from 485); Max value from RGB is 203 - color contains mainly: blue. Hex color #AF6BCB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AF6BCB is #509434. Grayscale: #898989. Windows color (decimal): -5280821 or 13331375. OLE color: 13331375.
HSL color Cylindrical-coordinate representation of color #AF6BCB: hue angle of 282.5º degrees, saturation: 0.48, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #AF6BCB is Cyan = 0.14, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 175 | 107 | 203 | - |
| CMYK | 0.14 | 0.47 | 0 | 0.20 |
| HSL | 282.5º | 0.48% | 0.61% | - |
| HSV(B) | 282.5º | 0.47% | 0.8% | - |
| XYZ | 33.72 | 23.94 | 59.34 | - |
| YUV | 138.28 | 164.53 | 154.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 107 | 203 | 0.14 | 0.47 | 0 | 0.20 | 282.5 | 0.48 | 0.61 |
| Hex | AF | 6B | CB | E | 2F | 0 | 14 | 11A | 30 | 3D |
| Octal | 257 | 153 | 313 | 16 | 57 | 0 | 24 | 432 | 60 | 75 |
| Binary | 10101111 | 1101011 | 11001011 | 1110 | 101111 | 0 | 10100 | 100011010 | 110000 | 111101 |
Color Harmonies of #AF6BCB
Complementary color
Monochromatic Colors of #AF6BCB
Black with #AF6BCB
Text Example
Text Example
White with #AF6BCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF6BCB; }
p { color: rgb(175,107,203); }
H1.HeaderClassName
{
color: #AF6BCB;
}
.AnyTagClassName
{
color: #AF6BCB;
}
</style>
background-color css
<style>
a { background-color: #AF6BCB; }
a { background-color: rgb(175,107,203); }
div.DivClassName
{
background-color: #AF6BCB;
}
.BgClassName
{
background-color: #AF6BCB;
}
</style>
border-color css
<style>
span { border-color: #AF6BCB; }
span { border-color: rgb(175,107,203); }
td.TdClassName
{
border-color: #AF6BCB;
}
.TagClassName
{
border-color: #AF6BCB;
}
</style>