Shades of Medium Orchid #AD43CA
Tints of Medium Orchid #AD43CA
RGB
CMYK
RGB Variations
Color information
#AD43CA (or 0xAD43CA) is known color: Medium Orchid. HEX triplet: AD, 43 and CA. RGB value is (173,67,202). Sum of RGB (Red+Green+Blue) = 173+67+202=442 (58% of max value = 765). Red value is 173 (67.97% from 255 or 39.14% from 442); Green value is 67 (26.56% from 255 or 15.16% from 442); Blue value is 202 (79.30% from 255 or 45.70% from 442); Max value from RGB is 202 - color contains mainly: blue. Hex color #AD43CA is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AD43CA is #52BC35. Grayscale: #717171. Windows color (decimal): -5422134 or 13255597. OLE color: 13255597.
HSL color Cylindrical-coordinate representation of color #AD43CA: hue angle of 287.11º degrees, saturation: 0.56, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #AD43CA is Cyan = 0.14, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 173 | 67 | 202 | - |
| CMYK | 0.14 | 0.67 | 0 | 0.21 |
| HSL | 287.11º | 0.56% | 0.53% | - |
| HSV(B) | 287.11º | 0.67% | 0.79% | - |
| XYZ | 29.9 | 17.16 | 57.61 | - |
| YUV | 114.08 | 177.62 | 170.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 67 | 202 | 0.14 | 0.67 | 0 | 0.21 | 287.11 | 0.56 | 0.53 |
| Hex | AD | 43 | CA | E | 43 | 0 | 15 | 11F | 38 | 35 |
| Octal | 255 | 103 | 312 | 16 | 103 | 0 | 25 | 437 | 70 | 65 |
| Binary | 10101101 | 1000011 | 11001010 | 1110 | 1000011 | 0 | 10101 | 100011111 | 111000 | 110101 |
Color Harmonies of #AD43CA
Complementary color
Monochromatic Colors of #AD43CA
Black with #AD43CA
Text Example
Text Example
White with #AD43CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD43CA; }
p { color: rgb(173,67,202); }
H1.HeaderClassName
{
color: #AD43CA;
}
.AnyTagClassName
{
color: #AD43CA;
}
</style>
background-color css
<style>
a { background-color: #AD43CA; }
a { background-color: rgb(173,67,202); }
div.DivClassName
{
background-color: #AD43CA;
}
.BgClassName
{
background-color: #AD43CA;
}
</style>
border-color css
<style>
span { border-color: #AD43CA; }
span { border-color: rgb(173,67,202); }
td.TdClassName
{
border-color: #AD43CA;
}
.TagClassName
{
border-color: #AD43CA;
}
</style>