Shades of Dark Orchid #AD2FC3
Tints of Dark Orchid #AD2FC3
RGB
CMYK
RGB Variations
Color information
#AD2FC3 (or 0xAD2FC3) is known color: Dark Orchid. HEX triplet: AD, 2F and C3. RGB value is (173,47,195). Sum of RGB (Red+Green+Blue) = 173+47+195=415 (54% of max value = 765). Red value is 173 (67.97% from 255 or 41.69% from 415); Green value is 47 (18.75% from 255 or 11.33% from 415); Blue value is 195 (76.56% from 255 or 46.99% from 415); Max value from RGB is 195 - color contains mainly: blue. Hex color #AD2FC3 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AD2FC3 is #52D03C. Grayscale: #656565. Windows color (decimal): -5427261 or 12791725. OLE color: 12791725.
HSL color Cylindrical-coordinate representation of color #AD2FC3: hue angle of 291.08º degrees, saturation: 0.61, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #AD2FC3 is Cyan = 0.11, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 173 | 47 | 195 | - |
| CMYK | 0.11 | 0.76 | 0 | 0.24 |
| HSL | 291.08º | 0.61% | 0.47% | - |
| HSV(B) | 291.08º | 0.76% | 0.76% | - |
| XYZ | 28.1 | 14.86 | 53.02 | - |
| YUV | 101.55 | 180.74 | 178.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 47 | 195 | 0.11 | 0.76 | 0 | 0.24 | 291.08 | 0.61 | 0.47 |
| Hex | AD | 2F | C3 | B | 4C | 0 | 18 | 123 | 3D | 2F |
| Octal | 255 | 57 | 303 | 13 | 114 | 0 | 30 | 443 | 75 | 57 |
| Binary | 10101101 | 101111 | 11000011 | 1011 | 1001100 | 0 | 11000 | 100100011 | 111101 | 101111 |
Color Harmonies of #AD2FC3
Complementary color
Monochromatic Colors of #AD2FC3
Black with #AD2FC3
Text Example
Text Example
White with #AD2FC3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD2FC3; }
p { color: rgb(173,47,195); }
H1.HeaderClassName
{
color: #AD2FC3;
}
.AnyTagClassName
{
color: #AD2FC3;
}
</style>
background-color css
<style>
a { background-color: #AD2FC3; }
a { background-color: rgb(173,47,195); }
div.DivClassName
{
background-color: #AD2FC3;
}
.BgClassName
{
background-color: #AD2FC3;
}
</style>
border-color css
<style>
span { border-color: #AD2FC3; }
span { border-color: rgb(173,47,195); }
td.TdClassName
{
border-color: #AD2FC3;
}
.TagClassName
{
border-color: #AD2FC3;
}
</style>