Html Css Color HEX #AD41EC Medium Orchid

📋 copy color: '#AD41EC'

red 173 ◦ green 65 ◦ blue 236

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

Shades of Medium Orchid #AD41EC

Tints of Medium Orchid #AD41EC

RGB

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

 GREEN value IS 65 (25.78% from 255) = 13.71%

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

R = 36.5%
G = 13.71%
B = 49.79%

CMYK

 C value IS 0.27

 M value IS 0.72

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#AD41EC (or 0xAD41EC) is known color: Medium Orchid. HEX triplet: AD, 41 and EC. RGB value is (173,65,236). Sum of RGB (Red+Green+Blue) = 173+65+236=474 (62% of max value = 765). Red value is 173 (67.97% from 255 or 36.50% from 474); Green value is 65 (25.78% from 255 or 13.71% from 474); Blue value is 236 (92.58% from 255 or 49.79% from 474); Max value from RGB is 236 - color contains mainly: blue. Hex color #AD41EC is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #AD41EC is #52BE13. Grayscale: #747474. Windows color (decimal): -5422612 or 15483309. OLE color: 15483309.

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

Color convert

RGB 173 65 236 -
CMYK 0.27 0.72 0 0.07
HSL 277.89º 0.82% 0.59% -
HSV(B) 277.89º 0.72% 0.93% -
XYZ 34.26 18.72 81.16 -
YUV 116.79 195.28 168.1 -
System Red Green Blue C M Y K H S L
Decimal 173 65 236 0.27 0.72 0 0.07 277.89 0.82 0.59
Hex AD 41 EC 1B 48 0 7 116 52 3B
Octal 255 101 354 33 110 0 7 426 122 73
Binary 10101101 1000001 11101100 11011 1001000 0 111 100010110 1010010 111011

Color Harmonies of #AD41EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD41EC

Black with #AD41EC

Text Example


Text Example

White with #AD41EC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD41EC; }

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

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

background-color css

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

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

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

border-color css

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

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

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