Html Css Color HEX #AD2ECE Dark Orchid

📋 copy color: '#AD2ECE'

red 173 ◦ green 46 ◦ blue 206

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

Shades of Dark Orchid #AD2ECE

Tints of Dark Orchid #AD2ECE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 48.47%

R = 40.71%
G = 10.82%
B = 48.47%

CMYK

 C value IS 0.16

 M value IS 0.78

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#AD2ECE (or 0xAD2ECE) is known color: Dark Orchid. HEX triplet: AD, 2E and CE. RGB value is (173,46,206). Sum of RGB (Red+Green+Blue) = 173+46+206=425 (56% of max value = 765). Red value is 173 (67.97% from 255 or 40.71% from 425); Green value is 46 (18.36% from 255 or 10.82% from 425); Blue value is 206 (80.86% from 255 or 48.47% from 425); Max value from RGB is 206 - color contains mainly: blue. Hex color #AD2ECE is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AD2ECE is #52D131. Grayscale: #656565. Windows color (decimal): -5427506 or 13512365. OLE color: 13512365.

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

Color convert

RGB 173 46 206 -
CMYK 0.16 0.78 0 0.19
HSL 287.63º 0.63% 0.49% -
HSV(B) 287.63º 0.78% 0.81% -
XYZ 29.35 15.29 59.8 -
YUV 102.21 186.58 178.49 -
System Red Green Blue C M Y K H S L
Decimal 173 46 206 0.16 0.78 0 0.19 287.63 0.63 0.49
Hex AD 2E CE 10 4E 0 13 120 3F 31
Octal 255 56 316 20 116 0 23 440 77 61
Binary 10101101 101110 11001110 10000 1001110 0 10011 100100000 111111 110001

Color Harmonies of #AD2ECE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD2ECE

Black with #AD2ECE

Text Example


Text Example

White with #AD2ECE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD2ECE; }

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

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

background-color css

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

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

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

border-color css

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

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

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