Html Css Color HEX #AD4DE7 Medium Orchid

📋 copy color: '#AD4DE7'

red 173 ◦ green 77 ◦ blue 231

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

Shades of Medium Orchid #AD4DE7

Tints of Medium Orchid #AD4DE7

RGB

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

 GREEN value IS 77 (30.47% from 255) = 16.01%

 BLUE value IS 231 (90.63% from 255) = 48.02%

R = 35.97%
G = 16.01%
B = 48.02%

CMYK

 C value IS 0.25

 M value IS 0.67

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#AD4DE7 (or 0xAD4DE7) is known color: Medium Orchid. HEX triplet: AD, 4D and E7. RGB value is (173,77,231). Sum of RGB (Red+Green+Blue) = 173+77+231=481 (63% of max value = 765). Red value is 173 (67.97% from 255 or 35.97% from 481); Green value is 77 (30.47% from 255 or 16.01% from 481); Blue value is 231 (90.62% from 255 or 48.02% from 481); Max value from RGB is 231 - color contains mainly: blue. Hex color #AD4DE7 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #AD4DE7 is #52B218. Grayscale: #7A7A7A. Windows color (decimal): -5419545 or 15158701. OLE color: 15158701.

HSL color Cylindrical-coordinate representation of color #AD4DE7: hue angle of 277.4º degrees, saturation: 0.76, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #AD4DE7 is Cyan = 0.25, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB 173 77 231 -
CMYK 0.25 0.67 0 0.09
HSL 277.4º 0.76% 0.6% -
HSV(B) 277.4º 0.67% 0.91% -
XYZ 34.31 19.96 77.65 -
YUV 123.26 188.8 163.48 -
System Red Green Blue C M Y K H S L
Decimal 173 77 231 0.25 0.67 0 0.09 277.4 0.76 0.6
Hex AD 4D E7 19 43 0 9 115 4C 3C
Octal 255 115 347 31 103 0 11 425 114 74
Binary 10101101 1001101 11100111 11001 1000011 0 1001 100010101 1001100 111100

Color Harmonies of #AD4DE7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD4DE7

Black with #AD4DE7

Text Example


Text Example

White with #AD4DE7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD4DE7; }

 p { color: rgb(173,77,231); }

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

background-color css

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

 a { background-color: rgb(173,77,231); }

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

border-color css

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

 span { border-color: rgb(173,77,231); }

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