Shades of Dark Orchid #AD3FC8
Tints of Dark Orchid #AD3FC8
RGB
CMYK
RGB Variations
Color information
#AD3FC8 (or 0xAD3FC8) is known color: Dark Orchid. HEX triplet: AD, 3F and C8. RGB value is (173,63,200). Sum of RGB (Red+Green+Blue) = 173+63+200=436 (57% of max value = 765). Red value is 173 (67.97% from 255 or 39.68% from 436); Green value is 63 (25% from 255 or 14.45% from 436); Blue value is 200 (78.52% from 255 or 45.87% from 436); Max value from RGB is 200 - color contains mainly: blue. Hex color #AD3FC8 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AD3FC8 is #52C037. Grayscale: #6F6F6F. Windows color (decimal): -5423160 or 13123501. OLE color: 13123501.
HSL color Cylindrical-coordinate representation of color #AD3FC8: hue angle of 288.18º degrees, saturation: 0.55, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #AD3FC8 is Cyan = 0.14, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 173 | 63 | 200 | - |
| CMYK | 0.14 | 0.68 | 0 | 0.22 |
| HSL | 288.18º | 0.55% | 0.52% | - |
| HSV(B) | 288.18º | 0.69% | 0.78% | - |
| XYZ | 29.44 | 16.61 | 56.3 | - |
| YUV | 111.51 | 177.94 | 171.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 63 | 200 | 0.14 | 0.68 | 0 | 0.22 | 288.18 | 0.55 | 0.52 |
| Hex | AD | 3F | C8 | E | 44 | 0 | 16 | 120 | 37 | 34 |
| Octal | 255 | 77 | 310 | 16 | 104 | 0 | 26 | 440 | 67 | 64 |
| Binary | 10101101 | 111111 | 11001000 | 1110 | 1000100 | 0 | 10110 | 100100000 | 110111 | 110100 |
Color Harmonies of #AD3FC8
Complementary color
Monochromatic Colors of #AD3FC8
Black with #AD3FC8
Text Example
Text Example
White with #AD3FC8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD3FC8; }
p { color: rgb(173,63,200); }
H1.HeaderClassName
{
color: #AD3FC8;
}
.AnyTagClassName
{
color: #AD3FC8;
}
</style>
background-color css
<style>
a { background-color: #AD3FC8; }
a { background-color: rgb(173,63,200); }
div.DivClassName
{
background-color: #AD3FC8;
}
.BgClassName
{
background-color: #AD3FC8;
}
</style>
border-color css
<style>
span { border-color: #AD3FC8; }
span { border-color: rgb(173,63,200); }
td.TdClassName
{
border-color: #AD3FC8;
}
.TagClassName
{
border-color: #AD3FC8;
}
</style>