Html Css Color HEX #AD40EC Medium Orchid

📋 copy color: '#AD40EC'

red 173 ◦ green 64 ◦ blue 236

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

Shades of Medium Orchid #AD40EC

Tints of Medium Orchid #AD40EC

RGB

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

 GREEN value IS 64 (25.39% from 255) = 13.53%

 BLUE value IS 236 (92.58% from 255) = 49.89%

R = 36.58%
G = 13.53%
B = 49.89%

CMYK

 C value IS 0.27

 M value IS 0.73

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#AD40EC (or 0xAD40EC) is known color: Medium Orchid. HEX triplet: AD, 40 and EC. RGB value is (173,64,236). Sum of RGB (Red+Green+Blue) = 173+64+236=473 (62% of max value = 765). Red value is 173 (67.97% from 255 or 36.58% from 473); Green value is 64 (25.39% from 255 or 13.53% from 473); Blue value is 236 (92.58% from 255 or 49.89% from 473); Max value from RGB is 236 - color contains mainly: blue. Hex color #AD40EC is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #AD40EC is #52BF13. Grayscale: #737373. Windows color (decimal): -5422868 or 15483053. OLE color: 15483053.

HSL color Cylindrical-coordinate representation of color #AD40EC: hue angle of 278.02º degrees, saturation: 0.82, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #AD40EC is Cyan = 0.27, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 173 64 236 -
CMYK 0.27 0.73 0 0.07
HSL 278.02º 0.82% 0.59% -
HSV(B) 278.02º 0.73% 0.93% -
XYZ 34.21 18.61 81.15 -
YUV 116.2 195.61 168.51 -
System Red Green Blue C M Y K H S L
Decimal 173 64 236 0.27 0.73 0 0.07 278.02 0.82 0.59
Hex AD 40 EC 1B 49 0 7 116 52 3B
Octal 255 100 354 33 111 0 7 426 122 73
Binary 10101101 1000000 11101100 11011 1001001 0 111 100010110 1010010 111011

Color Harmonies of #AD40EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD40EC

Black with #AD40EC

Text Example


Text Example

White with #AD40EC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD40EC; }

 p { color: rgb(173,64,236); }

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

background-color css

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

 a { background-color: rgb(173,64,236); }

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

border-color css

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

 span { border-color: rgb(173,64,236); }

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