Shades of Dark Orchid #AD30CE
Tints of Dark Orchid #AD30CE
RGB
CMYK
RGB Variations
Color information
#AD30CE (or 0xAD30CE) is known color: Dark Orchid. HEX triplet: AD, 30 and CE. RGB value is (173,48,206). Sum of RGB (Red+Green+Blue) = 173+48+206=427 (56% of max value = 765). Red value is 173 (67.97% from 255 or 40.52% from 427); Green value is 48 (19.14% from 255 or 11.24% from 427); Blue value is 206 (80.86% from 255 or 48.24% from 427); Max value from RGB is 206 - color contains mainly: blue. Hex color #AD30CE is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AD30CE is #52CF31. Grayscale: #666666. Windows color (decimal): -5426994 or 13512877. OLE color: 13512877.
HSL color Cylindrical-coordinate representation of color #AD30CE: hue angle of 287.47º degrees, saturation: 0.62, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #AD30CE is Cyan = 0.16, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 173 | 48 | 206 | - |
| CMYK | 0.16 | 0.77 | 0 | 0.19 |
| HSL | 287.47º | 0.62% | 0.5% | - |
| HSV(B) | 287.47º | 0.77% | 0.81% | - |
| XYZ | 29.43 | 15.45 | 59.82 | - |
| YUV | 103.39 | 185.91 | 177.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 48 | 206 | 0.16 | 0.77 | 0 | 0.19 | 287.47 | 0.62 | 0.5 |
| Hex | AD | 30 | CE | 10 | 4D | 0 | 13 | 11F | 3E | 32 |
| Octal | 255 | 60 | 316 | 20 | 115 | 0 | 23 | 437 | 76 | 62 |
| Binary | 10101101 | 110000 | 11001110 | 10000 | 1001101 | 0 | 10011 | 100011111 | 111110 | 110010 |
Color Harmonies of #AD30CE
Complementary color
Monochromatic Colors of #AD30CE
Black with #AD30CE
Text Example
Text Example
White with #AD30CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD30CE; }
p { color: rgb(173,48,206); }
H1.HeaderClassName
{
color: #AD30CE;
}
.AnyTagClassName
{
color: #AD30CE;
}
</style>
background-color css
<style>
a { background-color: #AD30CE; }
a { background-color: rgb(173,48,206); }
div.DivClassName
{
background-color: #AD30CE;
}
.BgClassName
{
background-color: #AD30CE;
}
</style>
border-color css
<style>
span { border-color: #AD30CE; }
span { border-color: rgb(173,48,206); }
td.TdClassName
{
border-color: #AD30CE;
}
.TagClassName
{
border-color: #AD30CE;
}
</style>