Html Css Color HEX #AD4ECD Medium Orchid

📋 copy color: '#AD4ECD'

red 173 ◦ green 78 ◦ blue 205

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

Shades of Medium Orchid #AD4ECD

Tints of Medium Orchid #AD4ECD

RGB

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

 GREEN value IS 78 (30.86% from 255) = 17.11%

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

R = 37.94%
G = 17.11%
B = 44.96%

CMYK

 C value IS 0.16

 M value IS 0.62

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#AD4ECD (or 0xAD4ECD) is known color: Medium Orchid. HEX triplet: AD, 4E and CD. RGB value is (173,78,205). Sum of RGB (Red+Green+Blue) = 173+78+205=456 (60% of max value = 765). Red value is 173 (67.97% from 255 or 37.94% from 456); Green value is 78 (30.86% from 255 or 17.11% from 456); Blue value is 205 (80.47% from 255 or 44.96% from 456); Max value from RGB is 205 - color contains mainly: blue. Hex color #AD4ECD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AD4ECD is #52B132. Grayscale: #787878. Windows color (decimal): -5419315 or 13455021. OLE color: 13455021.

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

Color convert

RGB 173 78 205 -
CMYK 0.16 0.62 0 0.20
HSL 284.88º 0.56% 0.55% -
HSV(B) 284.88º 0.62% 0.8% -
XYZ 30.98 18.74 59.74 -
YUV 120.88 175.47 165.17 -
System Red Green Blue C M Y K H S L
Decimal 173 78 205 0.16 0.62 0 0.20 284.88 0.56 0.55
Hex AD 4E CD 10 3E 0 14 11D 38 37
Octal 255 116 315 20 76 0 24 435 70 67
Binary 10101101 1001110 11001101 10000 111110 0 10100 100011101 111000 110111

Color Harmonies of #AD4ECD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD4ECD

Black with #AD4ECD

Text Example


Text Example

White with #AD4ECD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD4ECD; }

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

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

background-color css

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

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

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

border-color css

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

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

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