Html Css Color HEX #AD21D1 Dark Orchid

📋 copy color: '#AD21D1'

red 173 ◦ green 33 ◦ blue 209

#AD21D1
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Dark Orchid #AD21D1

Tints of Dark Orchid #AD21D1

RGB

 RED value IS 173 (67.97% from 255) = 41.69%

 GREEN value IS 33 (13.28% from 255) = 7.95%

 BLUE value IS 209 (82.03% from 255) = 50.36%

R = 41.69%
G = 7.95%
B = 50.36%

CMYK

 C value IS 0.17

 M value IS 0.84

 Y value IS 0

 K value IS 0.18

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#AD21D1 (or 0xAD21D1) is known color: Dark Orchid. HEX triplet: AD, 21 and D1. RGB value is (173,33,209). Sum of RGB (Red+Green+Blue) = 173+33+209=415 (54% of max value = 765). Red value is 173 (67.97% from 255 or 41.69% from 415); Green value is 33 (13.28% from 255 or 7.95% from 415); Blue value is 209 (82.03% from 255 or 50.36% from 415); Max value from RGB is 209 - color contains mainly: blue. Hex color #AD21D1 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AD21D1 is #52DE2E. Grayscale: #5E5E5E. Windows color (decimal): -5430831 or 13705645. OLE color: 13705645.

HSL color Cylindrical-coordinate representation of color #AD21D1: hue angle of 287.73º degrees, saturation: 0.73, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #AD21D1 is Cyan = 0.17, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB 173 33 209 -
CMYK 0.17 0.84 0 0.18
HSL 287.73º 0.73% 0.47% -
HSV(B) 287.73º 0.84% 0.82% -
XYZ 29.29 14.58 61.59 -
YUV 94.92 192.38 183.69 -
System Red Green Blue C M Y K H S L
Decimal 173 33 209 0.17 0.84 0 0.18 287.73 0.73 0.47
Hex AD 21 D1 11 54 0 12 120 49 2F
Octal 255 41 321 21 124 0 22 440 111 57
Binary 10101101 100001 11010001 10001 1010100 0 10010 100100000 1001001 101111

Color Harmonies of #AD21D1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD21D1

Black with #AD21D1

Text Example


Text Example

White with #AD21D1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD21D1; }

 p { color: rgb(173,33,209); }

 H1.HeaderClassName
 {
   color: #AD21D1;
 }
 .AnyTagClassName
 {
   color: #AD21D1;
 }
</style>

background-color css

<style>
 a { background-color: #AD21D1; }

 a { background-color: rgb(173,33,209); }

 div.DivClassName
 {
   background-color: #AD21D1;
 }
 .BgClassName
 {
   background-color: #AD21D1;
 }
</style>

border-color css

<style>
 span { border-color: #AD21D1; }

 span { border-color: rgb(173,33,209); }

 td.TdClassName
 {
   border-color: #AD21D1;
 }
 .TagClassName
 {
   border-color: #AD21D1;
 }
</style>