Shades of Dark Orchid #AD36CF
Tints of Dark Orchid #AD36CF
RGB
CMYK
RGB Variations
Color information
#AD36CF (or 0xAD36CF) is known color: Dark Orchid. HEX triplet: AD, 36 and CF. RGB value is (173,54,207). Sum of RGB (Red+Green+Blue) = 173+54+207=434 (57% of max value = 765). Red value is 173 (67.97% from 255 or 39.86% from 434); Green value is 54 (21.48% from 255 or 12.44% from 434); Blue value is 207 (81.25% from 255 or 47.70% from 434); Max value from RGB is 207 - color contains mainly: blue. Hex color #AD36CF is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AD36CF is #52C930. Grayscale: #6A6A6A. Windows color (decimal): -5425457 or 13579949. OLE color: 13579949.
HSL color Cylindrical-coordinate representation of color #AD36CF: hue angle of 286.67º degrees, saturation: 0.61, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #AD36CF is Cyan = 0.16, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 173 | 54 | 207 | - |
| CMYK | 0.16 | 0.74 | 0 | 0.19 |
| HSL | 286.67º | 0.61% | 0.51% | - |
| HSV(B) | 286.67º | 0.74% | 0.81% | - |
| XYZ | 29.82 | 16.03 | 60.55 | - |
| YUV | 107.02 | 184.42 | 175.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 54 | 207 | 0.16 | 0.74 | 0 | 0.19 | 286.67 | 0.61 | 0.51 |
| Hex | AD | 36 | CF | 10 | 4A | 0 | 13 | 11F | 3D | 33 |
| Octal | 255 | 66 | 317 | 20 | 112 | 0 | 23 | 437 | 75 | 63 |
| Binary | 10101101 | 110110 | 11001111 | 10000 | 1001010 | 0 | 10011 | 100011111 | 111101 | 110011 |
Color Harmonies of #AD36CF
Complementary color
Monochromatic Colors of #AD36CF
Black with #AD36CF
Text Example
Text Example
White with #AD36CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD36CF; }
p { color: rgb(173,54,207); }
H1.HeaderClassName
{
color: #AD36CF;
}
.AnyTagClassName
{
color: #AD36CF;
}
</style>
background-color css
<style>
a { background-color: #AD36CF; }
a { background-color: rgb(173,54,207); }
div.DivClassName
{
background-color: #AD36CF;
}
.BgClassName
{
background-color: #AD36CF;
}
</style>
border-color css
<style>
span { border-color: #AD36CF; }
span { border-color: rgb(173,54,207); }
td.TdClassName
{
border-color: #AD36CF;
}
.TagClassName
{
border-color: #AD36CF;
}
</style>