Html Css Color HEX #AD2CD1 Dark Orchid

📋 copy color: '#AD2CD1'

red 173 ◦ green 44 ◦ blue 209

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

Shades of Dark Orchid #AD2CD1

Tints of Dark Orchid #AD2CD1

RGB

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

 GREEN value IS 44 (17.58% from 255) = 10.33%

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

R = 40.61%
G = 10.33%
B = 49.06%

CMYK

 C value IS 0.17

 M value IS 0.79

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#AD2CD1 (or 0xAD2CD1) is known color: Dark Orchid. HEX triplet: AD, 2C and D1. RGB value is (173,44,209). Sum of RGB (Red+Green+Blue) = 173+44+209=426 (56% of max value = 765). Red value is 173 (67.97% from 255 or 40.61% from 426); Green value is 44 (17.58% from 255 or 10.33% from 426); Blue value is 209 (82.03% from 255 or 49.06% from 426); Max value from RGB is 209 - color contains mainly: blue. Hex color #AD2CD1 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AD2CD1 is #52D32E. Grayscale: #646464. Windows color (decimal): -5428015 or 13708461. OLE color: 13708461.

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

Color convert

RGB 173 44 209 -
CMYK 0.17 0.79 0 0.18
HSL 286.91º 0.65% 0.5% -
HSV(B) 286.91º 0.79% 0.82% -
XYZ 29.64 15.29 61.71 -
YUV 101.38 188.74 179.08 -
System Red Green Blue C M Y K H S L
Decimal 173 44 209 0.17 0.79 0 0.18 286.91 0.65 0.5
Hex AD 2C D1 11 4F 0 12 11F 41 32
Octal 255 54 321 21 117 0 22 437 101 62
Binary 10101101 101100 11010001 10001 1001111 0 10010 100011111 1000001 110010

Color Harmonies of #AD2CD1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD2CD1

Black with #AD2CD1

Text Example


Text Example

White with #AD2CD1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD2CD1; }

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

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

background-color css

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

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

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

border-color css

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

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

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