Shades of Dark Orchid #AD3CBF
Tints of Dark Orchid #AD3CBF
RGB
CMYK
RGB Variations
Color information
#AD3CBF (or 0xAD3CBF) is known color: Dark Orchid. HEX triplet: AD, 3C and BF. RGB value is (173,60,191). Sum of RGB (Red+Green+Blue) = 173+60+191=424 (56% of max value = 765). Red value is 173 (67.97% from 255 or 40.80% from 424); Green value is 60 (23.83% from 255 or 14.15% from 424); Blue value is 191 (75% from 255 or 45.05% from 424); Max value from RGB is 191 - color contains mainly: blue. Hex color #AD3CBF is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AD3CBF is #52C340. Grayscale: #6C6C6C. Windows color (decimal): -5423937 or 12532909. OLE color: 12532909.
HSL color Cylindrical-coordinate representation of color #AD3CBF: hue angle of 291.76º degrees, saturation: 0.52, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #AD3CBF is Cyan = 0.09, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 173 | 60 | 191 | - |
| CMYK | 0.09 | 0.69 | 0 | 0.25 |
| HSL | 291.76º | 0.52% | 0.49% | - |
| HSV(B) | 291.76º | 0.69% | 0.75% | - |
| XYZ | 28.25 | 15.88 | 50.87 | - |
| YUV | 108.72 | 174.44 | 173.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 60 | 191 | 0.09 | 0.69 | 0 | 0.25 | 291.76 | 0.52 | 0.49 |
| Hex | AD | 3C | BF | 9 | 45 | 0 | 19 | 124 | 34 | 31 |
| Octal | 255 | 74 | 277 | 11 | 105 | 0 | 31 | 444 | 64 | 61 |
| Binary | 10101101 | 111100 | 10111111 | 1001 | 1000101 | 0 | 11001 | 100100100 | 110100 | 110001 |
Color Harmonies of #AD3CBF
Complementary color
Monochromatic Colors of #AD3CBF
Black with #AD3CBF
Text Example
Text Example
White with #AD3CBF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD3CBF; }
p { color: rgb(173,60,191); }
H1.HeaderClassName
{
color: #AD3CBF;
}
.AnyTagClassName
{
color: #AD3CBF;
}
</style>
background-color css
<style>
a { background-color: #AD3CBF; }
a { background-color: rgb(173,60,191); }
div.DivClassName
{
background-color: #AD3CBF;
}
.BgClassName
{
background-color: #AD3CBF;
}
</style>
border-color css
<style>
span { border-color: #AD3CBF; }
span { border-color: rgb(173,60,191); }
td.TdClassName
{
border-color: #AD3CBF;
}
.TagClassName
{
border-color: #AD3CBF;
}
</style>