Shades of Dark Orchid #AD3BCF
Tints of Dark Orchid #AD3BCF
RGB
CMYK
RGB Variations
Color information
#AD3BCF (or 0xAD3BCF) is known color: Dark Orchid. HEX triplet: AD, 3B and CF. RGB value is (173,59,207). Sum of RGB (Red+Green+Blue) = 173+59+207=439 (58% of max value = 765). Red value is 173 (67.97% from 255 or 39.41% from 439); Green value is 59 (23.44% from 255 or 13.44% from 439); Blue value is 207 (81.25% from 255 or 47.15% from 439); Max value from RGB is 207 - color contains mainly: blue. Hex color #AD3BCF is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AD3BCF is #52C430. Grayscale: #6D6D6D. Windows color (decimal): -5424177 or 13581229. OLE color: 13581229.
HSL color Cylindrical-coordinate representation of color #AD3BCF: hue angle of 286.22º degrees, saturation: 0.61, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #AD3BCF is Cyan = 0.16, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 173 | 59 | 207 | - |
| CMYK | 0.16 | 0.71 | 0 | 0.19 |
| HSL | 286.22º | 0.61% | 0.52% | - |
| HSV(B) | 286.22º | 0.71% | 0.81% | - |
| XYZ | 30.06 | 16.52 | 60.64 | - |
| YUV | 109.96 | 182.77 | 172.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 59 | 207 | 0.16 | 0.71 | 0 | 0.19 | 286.22 | 0.61 | 0.52 |
| Hex | AD | 3B | CF | 10 | 47 | 0 | 13 | 11E | 3D | 34 |
| Octal | 255 | 73 | 317 | 20 | 107 | 0 | 23 | 436 | 75 | 64 |
| Binary | 10101101 | 111011 | 11001111 | 10000 | 1000111 | 0 | 10011 | 100011110 | 111101 | 110100 |
Color Harmonies of #AD3BCF
Complementary color
Monochromatic Colors of #AD3BCF
Black with #AD3BCF
Text Example
Text Example
White with #AD3BCF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD3BCF; }
p { color: rgb(173,59,207); }
H1.HeaderClassName
{
color: #AD3BCF;
}
.AnyTagClassName
{
color: #AD3BCF;
}
</style>
background-color css
<style>
a { background-color: #AD3BCF; }
a { background-color: rgb(173,59,207); }
div.DivClassName
{
background-color: #AD3BCF;
}
.BgClassName
{
background-color: #AD3BCF;
}
</style>
border-color css
<style>
span { border-color: #AD3BCF; }
span { border-color: rgb(173,59,207); }
td.TdClassName
{
border-color: #AD3BCF;
}
.TagClassName
{
border-color: #AD3BCF;
}
</style>