Html Css Color HEX #AD50EC Medium Orchid

📋 copy color: '#AD50EC'

red 173 ◦ green 80 ◦ blue 236

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

Shades of Medium Orchid #AD50EC

Tints of Medium Orchid #AD50EC

RGB

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

 GREEN value IS 80 (31.64% from 255) = 16.36%

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

R = 35.38%
G = 16.36%
B = 48.26%

CMYK

 C value IS 0.27

 M value IS 0.66

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#AD50EC (or 0xAD50EC) is known color: Medium Orchid. HEX triplet: AD, 50 and EC. RGB value is (173,80,236). Sum of RGB (Red+Green+Blue) = 173+80+236=489 (64% of max value = 765). Red value is 173 (67.97% from 255 or 35.38% from 489); Green value is 80 (31.64% from 255 or 16.36% from 489); Blue value is 236 (92.58% from 255 or 48.26% from 489); Max value from RGB is 236 - color contains mainly: blue. Hex color #AD50EC is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #AD50EC is #52AF13. Grayscale: #7D7D7D. Windows color (decimal): -5418772 or 15487149. OLE color: 15487149.

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

Color convert

RGB 173 80 236 -
CMYK 0.27 0.66 0 0.07
HSL 275.77º 0.8% 0.62% -
HSV(B) 275.77º 0.66% 0.93% -
XYZ 35.24 20.68 81.49 -
YUV 125.59 190.31 161.82 -
System Red Green Blue C M Y K H S L
Decimal 173 80 236 0.27 0.66 0 0.07 275.77 0.8 0.62
Hex AD 50 EC 1B 42 0 7 114 50 3E
Octal 255 120 354 33 102 0 7 424 120 76
Binary 10101101 1010000 11101100 11011 1000010 0 111 100010100 1010000 111110

Color Harmonies of #AD50EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD50EC

Black with #AD50EC

Text Example


Text Example

White with #AD50EC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD50EC; }

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

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

background-color css

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

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

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

border-color css

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

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

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