Shades of Dark Orchid #AD3CCF
Tints of Dark Orchid #AD3CCF
RGB
CMYK
RGB Variations
Color information
#AD3CCF (or 0xAD3CCF) is known color: Dark Orchid. HEX triplet: AD, 3C and CF. RGB value is (173,60,207). Sum of RGB (Red+Green+Blue) = 173+60+207=440 (58% of max value = 765). Red value is 173 (67.97% from 255 or 39.32% from 440); Green value is 60 (23.83% from 255 or 13.64% from 440); Blue value is 207 (81.25% from 255 or 47.05% from 440); Max value from RGB is 207 - color contains mainly: blue. Hex color #AD3CCF is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AD3CCF is #52C330. Grayscale: #6E6E6E. Windows color (decimal): -5423921 or 13581485. OLE color: 13581485.
HSL color Cylindrical-coordinate representation of color #AD3CCF: hue angle of 286.12º degrees, saturation: 0.6, 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 #AD3CCF is Cyan = 0.16, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 173 | 60 | 207 | - |
| CMYK | 0.16 | 0.71 | 0 | 0.19 |
| HSL | 286.12º | 0.6% | 0.52% | - |
| HSV(B) | 286.12º | 0.71% | 0.81% | - |
| XYZ | 30.11 | 16.62 | 60.65 | - |
| YUV | 110.55 | 182.44 | 172.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 60 | 207 | 0.16 | 0.71 | 0 | 0.19 | 286.12 | 0.6 | 0.52 |
| Hex | AD | 3C | CF | 10 | 47 | 0 | 13 | 11E | 3C | 34 |
| Octal | 255 | 74 | 317 | 20 | 107 | 0 | 23 | 436 | 74 | 64 |
| Binary | 10101101 | 111100 | 11001111 | 10000 | 1000111 | 0 | 10011 | 100011110 | 111100 | 110100 |
Color Harmonies of #AD3CCF
Complementary color
Monochromatic Colors of #AD3CCF
Black with #AD3CCF
Text Example
Text Example
White with #AD3CCF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD3CCF; }
p { color: rgb(173,60,207); }
H1.HeaderClassName
{
color: #AD3CCF;
}
.AnyTagClassName
{
color: #AD3CCF;
}
</style>
background-color css
<style>
a { background-color: #AD3CCF; }
a { background-color: rgb(173,60,207); }
div.DivClassName
{
background-color: #AD3CCF;
}
.BgClassName
{
background-color: #AD3CCF;
}
</style>
border-color css
<style>
span { border-color: #AD3CCF; }
span { border-color: rgb(173,60,207); }
td.TdClassName
{
border-color: #AD3CCF;
}
.TagClassName
{
border-color: #AD3CCF;
}
</style>