Html Css Color HEX #AD4CDF Medium Orchid

📋 copy color: '#AD4CDF'

red 173 ◦ green 76 ◦ blue 223

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

Shades of Medium Orchid #AD4CDF

Tints of Medium Orchid #AD4CDF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 47.25%

R = 36.65%
G = 16.1%
B = 47.25%

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

#AD4CDF (or 0xAD4CDF) is known color: Medium Orchid. HEX triplet: AD, 4C and DF. RGB value is (173,76,223). Sum of RGB (Red+Green+Blue) = 173+76+223=472 (62% of max value = 765). Red value is 173 (67.97% from 255 or 36.65% from 472); Green value is 76 (30.08% from 255 or 16.10% from 472); Blue value is 223 (87.5% from 255 or 47.25% from 472); Max value from RGB is 223 - color contains mainly: blue. Hex color #AD4CDF is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AD4CDF is #52B320. Grayscale: #797979. Windows color (decimal): -5419809 or 14634157. OLE color: 14634157.

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

Color convert

RGB 173 76 223 -
CMYK 0.22 0.66 0 0.13
HSL 279.59º 0.7% 0.59% -
HSV(B) 279.59º 0.66% 0.87% -
XYZ 33.14 19.38 71.81 -
YUV 121.76 185.14 164.55 -
System Red Green Blue C M Y K H S L
Decimal 173 76 223 0.22 0.66 0 0.13 279.59 0.7 0.59
Hex AD 4C DF 16 42 0 D 118 46 3B
Octal 255 114 337 26 102 0 15 430 106 73
Binary 10101101 1001100 11011111 10110 1000010 0 1101 100011000 1000110 111011

Color Harmonies of #AD4CDF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD4CDF

Black with #AD4CDF

Text Example


Text Example

White with #AD4CDF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD4CDF; }

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

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

background-color css

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

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

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

border-color css

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

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

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