Html Css Color HEX #AD3ECE Dark Orchid

📋 copy color: '#AD3ECE'

red 173 ◦ green 62 ◦ blue 206

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

Shades of Dark Orchid #AD3ECE

Tints of Dark Orchid #AD3ECE

RGB

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

 GREEN value IS 62 (24.61% from 255) = 14.06%

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

R = 39.23%
G = 14.06%
B = 46.71%

CMYK

 C value IS 0.16

 M value IS 0.70

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#AD3ECE (or 0xAD3ECE) is known color: Dark Orchid. HEX triplet: AD, 3E and CE. RGB value is (173,62,206). Sum of RGB (Red+Green+Blue) = 173+62+206=441 (58% of max value = 765). Red value is 173 (67.97% from 255 or 39.23% from 441); Green value is 62 (24.61% from 255 or 14.06% from 441); Blue value is 206 (80.86% from 255 or 46.71% from 441); Max value from RGB is 206 - color contains mainly: blue. Hex color #AD3ECE is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AD3ECE is #52C131. Grayscale: #6F6F6F. Windows color (decimal): -5423410 or 13516461. OLE color: 13516461.

HSL color Cylindrical-coordinate representation of color #AD3ECE: hue angle of 286.25º degrees, saturation: 0.6, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #AD3ECE is Cyan = 0.16, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 173 62 206 -
CMYK 0.16 0.70 0 0.19
HSL 286.25º 0.6% 0.53% -
HSV(B) 286.25º 0.7% 0.81% -
XYZ 30.1 16.79 60.05 -
YUV 111.61 181.27 171.79 -
System Red Green Blue C M Y K H S L
Decimal 173 62 206 0.16 0.70 0 0.19 286.25 0.6 0.53
Hex AD 3E CE 10 46 0 13 11E 3C 35
Octal 255 76 316 20 106 0 23 436 74 65
Binary 10101101 111110 11001110 10000 1000110 0 10011 100011110 111100 110101

Color Harmonies of #AD3ECE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD3ECE

Black with #AD3ECE

Text Example


Text Example

White with #AD3ECE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD3ECE; }

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

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

background-color css

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

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

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

border-color css

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

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

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