Html Css Color HEX #AD4CDD Medium Orchid

📋 copy color: '#AD4CDD'

red 173 ◦ green 76 ◦ blue 221

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

Shades of Medium Orchid #AD4CDD

Tints of Medium Orchid #AD4CDD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 47.02%

R = 36.81%
G = 16.17%
B = 47.02%

CMYK

 C value IS 0.22

 M value IS 0.66

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#AD4CDD (or 0xAD4CDD) is known color: Medium Orchid. HEX triplet: AD, 4C and DD. RGB value is (173,76,221). Sum of RGB (Red+Green+Blue) = 173+76+221=470 (62% of max value = 765). Red value is 173 (67.97% from 255 or 36.81% from 470); Green value is 76 (30.08% from 255 or 16.17% from 470); Blue value is 221 (86.72% from 255 or 47.02% from 470); Max value from RGB is 221 - color contains mainly: blue. Hex color #AD4CDD is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AD4CDD is #52B322. Grayscale: #797979. Windows color (decimal): -5419811 or 14503085. OLE color: 14503085.

HSL color Cylindrical-coordinate representation of color #AD4CDD: hue angle of 280.14º degrees, saturation: 0.68, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #AD4CDD is Cyan = 0.22, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 173 76 221 -
CMYK 0.22 0.66 0 0.13
HSL 280.14º 0.68% 0.58% -
HSV(B) 280.14º 0.66% 0.87% -
XYZ 32.87 19.27 70.39 -
YUV 121.53 184.14 164.71 -
System Red Green Blue C M Y K H S L
Decimal 173 76 221 0.22 0.66 0 0.13 280.14 0.68 0.58
Hex AD 4C DD 16 42 0 D 118 44 3A
Octal 255 114 335 26 102 0 15 430 104 72
Binary 10101101 1001100 11011101 10110 1000010 0 1101 100011000 1000100 111010

Color Harmonies of #AD4CDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD4CDD

Black with #AD4CDD

Text Example


Text Example

White with #AD4CDD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD4CDD; }

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

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

background-color css

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

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

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

border-color css

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

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

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