Shades of Dark Orchid #AD1FC8
Tints of Dark Orchid #AD1FC8
RGB
CMYK
RGB Variations
Color information
#AD1FC8 (or 0xAD1FC8) is known color: Dark Orchid. HEX triplet: AD, 1F and C8. RGB value is (173,31,200). Sum of RGB (Red+Green+Blue) = 173+31+200=404 (53% of max value = 765). Red value is 173 (67.97% from 255 or 42.82% from 404); Green value is 31 (12.5% from 255 or 7.67% from 404); Blue value is 200 (78.52% from 255 or 49.50% from 404); Max value from RGB is 200 - color contains mainly: blue. Hex color #AD1FC8 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AD1FC8 is #52E037. Grayscale: #5C5C5C. Windows color (decimal): -5431352 or 13115309. OLE color: 13115309.
HSL color Cylindrical-coordinate representation of color #AD1FC8: hue angle of 290.41º degrees, saturation: 0.73, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #AD1FC8 is Cyan = 0.14, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 173 | 31 | 200 | - |
| CMYK | 0.14 | 0.84 | 0 | 0.22 |
| HSL | 290.41º | 0.73% | 0.45% | - |
| HSV(B) | 290.41º | 0.85% | 0.78% | - |
| XYZ | 28.15 | 14.03 | 55.87 | - |
| YUV | 92.72 | 188.54 | 185.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 31 | 200 | 0.14 | 0.84 | 0 | 0.22 | 290.41 | 0.73 | 0.45 |
| Hex | AD | 1F | C8 | E | 54 | 0 | 16 | 122 | 49 | 2D |
| Octal | 255 | 37 | 310 | 16 | 124 | 0 | 26 | 442 | 111 | 55 |
| Binary | 10101101 | 11111 | 11001000 | 1110 | 1010100 | 0 | 10110 | 100100010 | 1001001 | 101101 |
Color Harmonies of #AD1FC8
Complementary color
Monochromatic Colors of #AD1FC8
Black with #AD1FC8
Text Example
Text Example
White with #AD1FC8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD1FC8; }
p { color: rgb(173,31,200); }
H1.HeaderClassName
{
color: #AD1FC8;
}
.AnyTagClassName
{
color: #AD1FC8;
}
</style>
background-color css
<style>
a { background-color: #AD1FC8; }
a { background-color: rgb(173,31,200); }
div.DivClassName
{
background-color: #AD1FC8;
}
.BgClassName
{
background-color: #AD1FC8;
}
</style>
border-color css
<style>
span { border-color: #AD1FC8; }
span { border-color: rgb(173,31,200); }
td.TdClassName
{
border-color: #AD1FC8;
}
.TagClassName
{
border-color: #AD1FC8;
}
</style>