Html Css Color HEX #AD21DF Dark Orchid

📋 copy color: '#AD21DF'

red 173 ◦ green 33 ◦ blue 223

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

Shades of Dark Orchid #AD21DF

Tints of Dark Orchid #AD21DF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 51.98%

R = 40.33%
G = 7.69%
B = 51.98%

CMYK

 C value IS 0.22

 M value IS 0.85

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#AD21DF (or 0xAD21DF) is known color: Dark Orchid. HEX triplet: AD, 21 and DF. RGB value is (173,33,223). Sum of RGB (Red+Green+Blue) = 173+33+223=429 (56% of max value = 765). Red value is 173 (67.97% from 255 or 40.33% from 429); Green value is 33 (13.28% from 255 or 7.69% from 429); Blue value is 223 (87.5% from 255 or 51.98% from 429); Max value from RGB is 223 - color contains mainly: blue. Hex color #AD21DF is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AD21DF is #52DE20. Grayscale: #5F5F5F. Windows color (decimal): -5430817 or 14623149. OLE color: 14623149.

HSL color Cylindrical-coordinate representation of color #AD21DF: hue angle of 284.21º degrees, saturation: 0.75, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #AD21DF is Cyan = 0.22, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 173 33 223 -
CMYK 0.22 0.85 0 0.13
HSL 284.21º 0.75% 0.5% -
HSV(B) 284.21º 0.85% 0.87% -
XYZ 31.1 15.3 71.13 -
YUV 96.52 199.38 182.55 -
System Red Green Blue C M Y K H S L
Decimal 173 33 223 0.22 0.85 0 0.13 284.21 0.75 0.5
Hex AD 21 DF 16 55 0 D 11C 4B 32
Octal 255 41 337 26 125 0 15 434 113 62
Binary 10101101 100001 11011111 10110 1010101 0 1101 100011100 1001011 110010

Color Harmonies of #AD21DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD21DF

Black with #AD21DF

Text Example


Text Example

White with #AD21DF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD21DF; }

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

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

background-color css

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

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

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

border-color css

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

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

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