Shades of Medium Orchid #AB63CD
Tints of Medium Orchid #AB63CD
RGB
CMYK
RGB Variations
Color information
#AB63CD (or 0xAB63CD) is known color: Medium Orchid. HEX triplet: AB, 63 and CD. RGB value is (171,99,205). Sum of RGB (Red+Green+Blue) = 171+99+205=475 (62% of max value = 765). Red value is 171 (67.19% from 255 or 36% from 475); Green value is 99 (39.06% from 255 or 20.84% from 475); Blue value is 205 (80.47% from 255 or 43.16% from 475); Max value from RGB is 205 - color contains mainly: blue. Hex color #AB63CD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AB63CD is #549C32. Grayscale: #848484. Windows color (decimal): -5545011 or 13460395. OLE color: 13460395.
HSL color Cylindrical-coordinate representation of color #AB63CD: hue angle of 280.75º degrees, saturation: 0.51, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #AB63CD is Cyan = 0.17, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 171 | 99 | 205 | - |
| CMYK | 0.17 | 0.52 | 0 | 0.20 |
| HSL | 280.75º | 0.51% | 0.6% | - |
| HSV(B) | 280.75º | 0.52% | 0.8% | - |
| XYZ | 32.28 | 21.99 | 60.3 | - |
| YUV | 132.61 | 168.85 | 155.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 99 | 205 | 0.17 | 0.52 | 0 | 0.20 | 280.75 | 0.51 | 0.6 |
| Hex | AB | 63 | CD | 11 | 34 | 0 | 14 | 119 | 33 | 3C |
| Octal | 253 | 143 | 315 | 21 | 64 | 0 | 24 | 431 | 63 | 74 |
| Binary | 10101011 | 1100011 | 11001101 | 10001 | 110100 | 0 | 10100 | 100011001 | 110011 | 111100 |
Color Harmonies of #AB63CD
Complementary color
Monochromatic Colors of #AB63CD
Black with #AB63CD
Text Example
Text Example
White with #AB63CD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB63CD; }
p { color: rgb(171,99,205); }
H1.HeaderClassName
{
color: #AB63CD;
}
.AnyTagClassName
{
color: #AB63CD;
}
</style>
background-color css
<style>
a { background-color: #AB63CD; }
a { background-color: rgb(171,99,205); }
div.DivClassName
{
background-color: #AB63CD;
}
.BgClassName
{
background-color: #AB63CD;
}
</style>
border-color css
<style>
span { border-color: #AB63CD; }
span { border-color: rgb(171,99,205); }
td.TdClassName
{
border-color: #AB63CD;
}
.TagClassName
{
border-color: #AB63CD;
}
</style>