Html Css Color HEX #AD21DC Dark Orchid

📋 copy color: '#AD21DC'

red 173 ◦ green 33 ◦ blue 220

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

Shades of Dark Orchid #AD21DC

Tints of Dark Orchid #AD21DC

RGB

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

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

 BLUE value IS 220 (86.33% from 255) = 51.64%

R = 40.61%
G = 7.75%
B = 51.64%

CMYK

 C value IS 0.21

 M value IS 0.85

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#AD21DC (or 0xAD21DC) is known color: Dark Orchid. HEX triplet: AD, 21 and DC. RGB value is (173,33,220). Sum of RGB (Red+Green+Blue) = 173+33+220=426 (56% of max value = 765). Red value is 173 (67.97% from 255 or 40.61% from 426); Green value is 33 (13.28% from 255 or 7.75% from 426); Blue value is 220 (86.33% from 255 or 51.64% from 426); Max value from RGB is 220 - color contains mainly: blue. Hex color #AD21DC is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AD21DC is #52DE23. Grayscale: #5F5F5F. Windows color (decimal): -5430820 or 14426541. OLE color: 14426541.

HSL color Cylindrical-coordinate representation of color #AD21DC: hue angle of 284.92º degrees, saturation: 0.74, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #AD21DC is Cyan = 0.21, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 173 33 220 -
CMYK 0.21 0.85 0 0.14
HSL 284.92º 0.74% 0.5% -
HSV(B) 284.92º 0.85% 0.86% -
XYZ 30.7 15.14 69.01 -
YUV 96.18 197.88 182.79 -
System Red Green Blue C M Y K H S L
Decimal 173 33 220 0.21 0.85 0 0.14 284.92 0.74 0.5
Hex AD 21 DC 15 55 0 E 11D 4A 32
Octal 255 41 334 25 125 0 16 435 112 62
Binary 10101101 100001 11011100 10101 1010101 0 1110 100011101 1001010 110010

Color Harmonies of #AD21DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD21DC

Black with #AD21DC

Text Example


Text Example

White with #AD21DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD21DC; }

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

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

background-color css

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

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

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

border-color css

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

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

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