Html Css Color HEX #AD41CE Medium Orchid

📋 copy color: '#AD41CE'

red 173 ◦ green 65 ◦ blue 206

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

Shades of Medium Orchid #AD41CE

Tints of Medium Orchid #AD41CE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 46.4%

R = 38.96%
G = 14.64%
B = 46.4%

CMYK

 C value IS 0.16

 M value IS 0.68

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#AD41CE (or 0xAD41CE) is known color: Medium Orchid. HEX triplet: AD, 41 and CE. RGB value is (173,65,206). Sum of RGB (Red+Green+Blue) = 173+65+206=444 (58% of max value = 765). Red value is 173 (67.97% from 255 or 38.96% from 444); Green value is 65 (25.78% from 255 or 14.64% from 444); Blue value is 206 (80.86% from 255 or 46.40% from 444); Max value from RGB is 206 - color contains mainly: blue. Hex color #AD41CE is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AD41CE is #52BE31. Grayscale: #707070. Windows color (decimal): -5422642 or 13517229. OLE color: 13517229.

HSL color Cylindrical-coordinate representation of color #AD41CE: hue angle of 285.96º degrees, saturation: 0.59, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #AD41CE is Cyan = 0.16, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 173 65 206 -
CMYK 0.16 0.68 0 0.19
HSL 285.96º 0.59% 0.53% -
HSV(B) 285.96º 0.68% 0.81% -
XYZ 30.26 17.12 60.1 -
YUV 113.37 180.28 170.54 -
System Red Green Blue C M Y K H S L
Decimal 173 65 206 0.16 0.68 0 0.19 285.96 0.59 0.53
Hex AD 41 CE 10 44 0 13 11E 3B 35
Octal 255 101 316 20 104 0 23 436 73 65
Binary 10101101 1000001 11001110 10000 1000100 0 10011 100011110 111011 110101

Color Harmonies of #AD41CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD41CE

Black with #AD41CE

Text Example


Text Example

White with #AD41CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD41CE; }

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

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

background-color css

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

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

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

border-color css

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

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

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