Shades of Medium Orchid #AD4CF2
Tints of Medium Orchid #AD4CF2
RGB
CMYK
RGB Variations
Color information
#AD4CF2 (or 0xAD4CF2) is known color: Medium Orchid. HEX triplet: AD, 4C and F2. RGB value is (173,76,242). Sum of RGB (Red+Green+Blue) = 173+76+242=491 (65% of max value = 765). Red value is 173 (67.97% from 255 or 35.23% from 491); Green value is 76 (30.08% from 255 or 15.48% from 491); Blue value is 242 (94.92% from 255 or 49.29% from 491); Max value from RGB is 242 - color contains mainly: blue. Hex color #AD4CF2 is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #AD4CF2 is #52B30D. Grayscale: #7B7B7B. Windows color (decimal): -5419790 or 15879341. OLE color: 15879341.
HSL color Cylindrical-coordinate representation of color #AD4CF2: hue angle of 275.06º degrees, saturation: 0.86, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #AD4CF2 is Cyan = 0.29, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 173 | 76 | 242 | - |
| CMYK | 0.29 | 0.69 | 0 | 0.05 |
| HSL | 275.06º | 0.86% | 0.62% | - |
| HSV(B) | 275.06º | 0.69% | 0.95% | - |
| XYZ | 35.85 | 20.46 | 86.07 | - |
| YUV | 123.93 | 194.64 | 163 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 76 | 242 | 0.29 | 0.69 | 0 | 0.05 | 275.06 | 0.86 | 0.62 |
| Hex | AD | 4C | F2 | 1D | 45 | 0 | 5 | 113 | 56 | 3E |
| Octal | 255 | 114 | 362 | 35 | 105 | 0 | 5 | 423 | 126 | 76 |
| Binary | 10101101 | 1001100 | 11110010 | 11101 | 1000101 | 0 | 101 | 100010011 | 1010110 | 111110 |
Color Harmonies of #AD4CF2
Complementary color
Monochromatic Colors of #AD4CF2
Black with #AD4CF2
Text Example
Text Example
White with #AD4CF2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD4CF2; }
p { color: rgb(173,76,242); }
H1.HeaderClassName
{
color: #AD4CF2;
}
.AnyTagClassName
{
color: #AD4CF2;
}
</style>
background-color css
<style>
a { background-color: #AD4CF2; }
a { background-color: rgb(173,76,242); }
div.DivClassName
{
background-color: #AD4CF2;
}
.BgClassName
{
background-color: #AD4CF2;
}
</style>
border-color css
<style>
span { border-color: #AD4CF2; }
span { border-color: rgb(173,76,242); }
td.TdClassName
{
border-color: #AD4CF2;
}
.TagClassName
{
border-color: #AD4CF2;
}
</style>