Html Css Color HEX #AD4CDB Medium Orchid

📋 copy color: '#AD4CDB'

red 173 ◦ green 76 ◦ blue 219

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

Shades of Medium Orchid #AD4CDB

Tints of Medium Orchid #AD4CDB

RGB

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

 GREEN value IS 76 (30.08% from 255) = 16.24%

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

R = 36.97%
G = 16.24%
B = 46.79%

CMYK

 C value IS 0.21

 M value IS 0.65

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#AD4CDB (or 0xAD4CDB) is known color: Medium Orchid. HEX triplet: AD, 4C and DB. RGB value is (173,76,219). Sum of RGB (Red+Green+Blue) = 173+76+219=468 (61% of max value = 765). Red value is 173 (67.97% from 255 or 36.97% from 468); Green value is 76 (30.08% from 255 or 16.24% from 468); Blue value is 219 (85.94% from 255 or 46.79% from 468); Max value from RGB is 219 - color contains mainly: blue. Hex color #AD4CDB is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AD4CDB is #52B324. Grayscale: #787878. Windows color (decimal): -5419813 or 14372013. OLE color: 14372013.

HSL color Cylindrical-coordinate representation of color #AD4CDB: hue angle of 280.7º degrees, saturation: 0.67, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #AD4CDB is Cyan = 0.21, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 173 76 219 -
CMYK 0.21 0.65 0 0.14
HSL 280.7º 0.67% 0.58% -
HSV(B) 280.7º 0.65% 0.86% -
XYZ 32.6 19.17 69 -
YUV 121.31 183.14 164.87 -
System Red Green Blue C M Y K H S L
Decimal 173 76 219 0.21 0.65 0 0.14 280.7 0.67 0.58
Hex AD 4C DB 15 41 0 E 119 43 3A
Octal 255 114 333 25 101 0 16 431 103 72
Binary 10101101 1001100 11011011 10101 1000001 0 1110 100011001 1000011 111010

Color Harmonies of #AD4CDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD4CDB

Black with #AD4CDB

Text Example


Text Example

White with #AD4CDB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD4CDB; }

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

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

background-color css

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

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

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

border-color css

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

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

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