Shades of Medium Orchid #AD42CB
Tints of Medium Orchid #AD42CB
RGB
CMYK
RGB Variations
Color information
#AD42CB (or 0xAD42CB) is known color: Medium Orchid. HEX triplet: AD, 42 and CB. RGB value is (173,66,203). Sum of RGB (Red+Green+Blue) = 173+66+203=442 (58% of max value = 765). Red value is 173 (67.97% from 255 or 39.14% from 442); Green value is 66 (26.17% from 255 or 14.93% from 442); Blue value is 203 (79.69% from 255 or 45.93% from 442); Max value from RGB is 203 - color contains mainly: blue. Hex color #AD42CB is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AD42CB is #52BD34. Grayscale: #717171. Windows color (decimal): -5422389 or 13320877. OLE color: 13320877.
HSL color Cylindrical-coordinate representation of color #AD42CB: hue angle of 286.86º degrees, saturation: 0.57, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #AD42CB is Cyan = 0.15, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 173 | 66 | 203 | - |
| CMYK | 0.15 | 0.67 | 0 | 0.20 |
| HSL | 286.86º | 0.57% | 0.53% | - |
| HSV(B) | 286.86º | 0.67% | 0.8% | - |
| XYZ | 29.96 | 17.09 | 58.22 | - |
| YUV | 113.61 | 178.45 | 170.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 66 | 203 | 0.15 | 0.67 | 0 | 0.20 | 286.86 | 0.57 | 0.53 |
| Hex | AD | 42 | CB | F | 43 | 0 | 14 | 11F | 39 | 35 |
| Octal | 255 | 102 | 313 | 17 | 103 | 0 | 24 | 437 | 71 | 65 |
| Binary | 10101101 | 1000010 | 11001011 | 1111 | 1000011 | 0 | 10100 | 100011111 | 111001 | 110101 |
Color Harmonies of #AD42CB
Complementary color
Monochromatic Colors of #AD42CB
Black with #AD42CB
Text Example
Text Example
White with #AD42CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD42CB; }
p { color: rgb(173,66,203); }
H1.HeaderClassName
{
color: #AD42CB;
}
.AnyTagClassName
{
color: #AD42CB;
}
</style>
background-color css
<style>
a { background-color: #AD42CB; }
a { background-color: rgb(173,66,203); }
div.DivClassName
{
background-color: #AD42CB;
}
.BgClassName
{
background-color: #AD42CB;
}
</style>
border-color css
<style>
span { border-color: #AD42CB; }
span { border-color: rgb(173,66,203); }
td.TdClassName
{
border-color: #AD42CB;
}
.TagClassName
{
border-color: #AD42CB;
}
</style>