Html Css Color HEX #AD5ECE Medium Orchid

📋 copy color: '#AD5ECE'

red 173 ◦ green 94 ◦ blue 206

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

Shades of Medium Orchid #AD5ECE

Tints of Medium Orchid #AD5ECE

RGB

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

 GREEN value IS 94 (37.11% from 255) = 19.87%

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

R = 36.58%
G = 19.87%
B = 43.55%

CMYK

 C value IS 0.16

 M value IS 0.54

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#AD5ECE (or 0xAD5ECE) is known color: Medium Orchid. HEX triplet: AD, 5E and CE. RGB value is (173,94,206). Sum of RGB (Red+Green+Blue) = 173+94+206=473 (62% of max value = 765). Red value is 173 (67.97% from 255 or 36.58% from 473); Green value is 94 (37.11% from 255 or 19.87% from 473); Blue value is 206 (80.86% from 255 or 43.55% from 473); Max value from RGB is 206 - color contains mainly: blue. Hex color #AD5ECE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AD5ECE is #52A131. Grayscale: #828282. Windows color (decimal): -5415218 or 13524653. OLE color: 13524653.

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

Color convert

RGB 173 94 206 -
CMYK 0.16 0.54 0 0.19
HSL 282.32º 0.53% 0.59% -
HSV(B) 282.32º 0.54% 0.81% -
XYZ 32.38 21.35 60.81 -
YUV 130.39 170.67 158.39 -
System Red Green Blue C M Y K H S L
Decimal 173 94 206 0.16 0.54 0 0.19 282.32 0.53 0.59
Hex AD 5E CE 10 36 0 13 11A 35 3B
Octal 255 136 316 20 66 0 23 432 65 73
Binary 10101101 1011110 11001110 10000 110110 0 10011 100011010 110101 111011

Color Harmonies of #AD5ECE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD5ECE

Black with #AD5ECE

Text Example


Text Example

White with #AD5ECE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD5ECE; }

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

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

background-color css

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

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

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

border-color css

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

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

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