Html Css Color HEX #AD41E7 Medium Orchid

📋 copy color: '#AD41E7'

red 173 ◦ green 65 ◦ blue 231

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

Shades of Medium Orchid #AD41E7

Tints of Medium Orchid #AD41E7

RGB

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

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

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

R = 36.89%
G = 13.86%
B = 49.25%

CMYK

 C value IS 0.25

 M value IS 0.72

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#AD41E7 (or 0xAD41E7) is known color: Medium Orchid. HEX triplet: AD, 41 and E7. RGB value is (173,65,231). Sum of RGB (Red+Green+Blue) = 173+65+231=469 (62% of max value = 765). Red value is 173 (67.97% from 255 or 36.89% from 469); Green value is 65 (25.78% from 255 or 13.86% from 469); Blue value is 231 (90.62% from 255 or 49.25% from 469); Max value from RGB is 231 - color contains mainly: blue. Hex color #AD41E7 is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #AD41E7 is #52BE18. Grayscale: #737373. Windows color (decimal): -5422617 or 15155629. OLE color: 15155629.

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

Color convert

RGB 173 65 231 -
CMYK 0.25 0.72 0 0.09
HSL 279.04º 0.78% 0.58% -
HSV(B) 279.04º 0.72% 0.91% -
XYZ 33.55 18.43 77.39 -
YUV 116.22 192.78 168.5 -
System Red Green Blue C M Y K H S L
Decimal 173 65 231 0.25 0.72 0 0.09 279.04 0.78 0.58
Hex AD 41 E7 19 48 0 9 117 4E 3A
Octal 255 101 347 31 110 0 11 427 116 72
Binary 10101101 1000001 11100111 11001 1001000 0 1001 100010111 1001110 111010

Color Harmonies of #AD41E7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD41E7

Black with #AD41E7

Text Example


Text Example

White with #AD41E7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD41E7; }

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

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

background-color css

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

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

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

border-color css

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

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

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