Html Css Color HEX #AD5EC8 Medium Orchid

📋 copy color: '#AD5EC8'

red 173 ◦ green 94 ◦ blue 200

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

Shades of Medium Orchid #AD5EC8

Tints of Medium Orchid #AD5EC8

RGB

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

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

 BLUE value IS 200 (78.52% from 255) = 42.83%

R = 37.04%
G = 20.13%
B = 42.83%

CMYK

 C value IS 0.14

 M value IS 0.53

 Y value IS 0

 K value IS 0.22

RGB Variations

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

Color information

#AD5EC8 (or 0xAD5EC8) is known color: Medium Orchid. HEX triplet: AD, 5E and C8. RGB value is (173,94,200). Sum of RGB (Red+Green+Blue) = 173+94+200=467 (61% of max value = 765). Red value is 173 (67.97% from 255 or 37.04% from 467); Green value is 94 (37.11% from 255 or 20.13% from 467); Blue value is 200 (78.52% from 255 or 42.83% from 467); Max value from RGB is 200 - color contains mainly: blue. Hex color #AD5EC8 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AD5EC8 is #52A137. Grayscale: #818181. Windows color (decimal): -5415224 or 13131437. OLE color: 13131437.

HSL color Cylindrical-coordinate representation of color #AD5EC8: hue angle of 284.72º degrees, saturation: 0.49, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #AD5EC8 is Cyan = 0.14, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB 173 94 200 -
CMYK 0.14 0.53 0 0.22
HSL 284.72º 0.49% 0.58% -
HSV(B) 284.72º 0.53% 0.78% -
XYZ 31.66 21.06 57.04 -
YUV 129.71 167.67 158.88 -
System Red Green Blue C M Y K H S L
Decimal 173 94 200 0.14 0.53 0 0.22 284.72 0.49 0.58
Hex AD 5E C8 E 35 0 16 11D 31 3A
Octal 255 136 310 16 65 0 26 435 61 72
Binary 10101101 1011110 11001000 1110 110101 0 10110 100011101 110001 111010

Color Harmonies of #AD5EC8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD5EC8

Black with #AD5EC8

Text Example


Text Example

White with #AD5EC8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD5EC8; }

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

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

background-color css

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

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

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

border-color css

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

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

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