Html Css Color HEX #AD2ECD Dark Orchid

📋 copy color: '#AD2ECD'

red 173 ◦ green 46 ◦ blue 205

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

Shades of Dark Orchid #AD2ECD

Tints of Dark Orchid #AD2ECD

RGB

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

 GREEN value IS 46 (18.36% from 255) = 10.85%

 BLUE value IS 205 (80.47% from 255) = 48.35%

R = 40.8%
G = 10.85%
B = 48.35%

CMYK

 C value IS 0.16

 M value IS 0.78

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#AD2ECD (or 0xAD2ECD) is known color: Dark Orchid. HEX triplet: AD, 2E and CD. RGB value is (173,46,205). Sum of RGB (Red+Green+Blue) = 173+46+205=424 (56% of max value = 765). Red value is 173 (67.97% from 255 or 40.80% from 424); Green value is 46 (18.36% from 255 or 10.85% from 424); Blue value is 205 (80.47% from 255 or 48.35% from 424); Max value from RGB is 205 - color contains mainly: blue. Hex color #AD2ECD is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AD2ECD is #52D132. Grayscale: #656565. Windows color (decimal): -5427507 or 13446829. OLE color: 13446829.

HSL color Cylindrical-coordinate representation of color #AD2ECD: hue angle of 287.92º degrees, saturation: 0.63, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #AD2ECD is Cyan = 0.16, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 173 46 205 -
CMYK 0.16 0.78 0 0.20
HSL 287.92º 0.63% 0.49% -
HSV(B) 287.92º 0.78% 0.8% -
XYZ 29.23 15.25 59.16 -
YUV 102.1 186.08 178.57 -
System Red Green Blue C M Y K H S L
Decimal 173 46 205 0.16 0.78 0 0.20 287.92 0.63 0.49
Hex AD 2E CD 10 4E 0 14 120 3F 31
Octal 255 56 315 20 116 0 24 440 77 61
Binary 10101101 101110 11001101 10000 1001110 0 10100 100100000 111111 110001

Color Harmonies of #AD2ECD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD2ECD

Black with #AD2ECD

Text Example


Text Example

White with #AD2ECD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD2ECD; }

 p { color: rgb(173,46,205); }

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

background-color css

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

 a { background-color: rgb(173,46,205); }

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

border-color css

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

 span { border-color: rgb(173,46,205); }

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