Html Css Color HEX #AD41DB Medium Orchid

📋 copy color: '#AD41DB'

red 173 ◦ green 65 ◦ blue 219

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

Shades of Medium Orchid #AD41DB

Tints of Medium Orchid #AD41DB

RGB

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

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

 BLUE value IS 219 (85.94% from 255) = 47.92%

R = 37.86%
G = 14.22%
B = 47.92%

CMYK

 C value IS 0.21

 M value IS 0.70

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#AD41DB (or 0xAD41DB) is known color: Medium Orchid. HEX triplet: AD, 41 and DB. RGB value is (173,65,219). Sum of RGB (Red+Green+Blue) = 173+65+219=457 (60% of max value = 765). Red value is 173 (67.97% from 255 or 37.86% from 457); Green value is 65 (25.78% from 255 or 14.22% from 457); Blue value is 219 (85.94% from 255 or 47.92% from 457); Max value from RGB is 219 - color contains mainly: blue. Hex color #AD41DB is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AD41DB is #52BE24. Grayscale: #727272. Windows color (decimal): -5422629 or 14369197. OLE color: 14369197.

HSL color Cylindrical-coordinate representation of color #AD41DB: hue angle of 282.08º degrees, saturation: 0.68, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #AD41DB is Cyan = 0.21, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 173 65 219 -
CMYK 0.21 0.70 0 0.14
HSL 282.08º 0.68% 0.56% -
HSV(B) 282.08º 0.7% 0.86% -
XYZ 31.91 17.78 68.77 -
YUV 114.85 186.78 169.48 -
System Red Green Blue C M Y K H S L
Decimal 173 65 219 0.21 0.70 0 0.14 282.08 0.68 0.56
Hex AD 41 DB 15 46 0 E 11A 44 38
Octal 255 101 333 25 106 0 16 432 104 70
Binary 10101101 1000001 11011011 10101 1000110 0 1110 100011010 1000100 111000

Color Harmonies of #AD41DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD41DB

Black with #AD41DB

Text Example


Text Example

White with #AD41DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD41DB; }

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

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

background-color css

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

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

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

border-color css

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

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

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