Html Css Color HEX #AD4FDE Medium Orchid

📋 copy color: '#AD4FDE'

red 173 ◦ green 79 ◦ blue 222

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

Shades of Medium Orchid #AD4FDE

Tints of Medium Orchid #AD4FDE

RGB

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

 GREEN value IS 79 (31.25% from 255) = 16.67%

 BLUE value IS 222 (87.11% from 255) = 46.84%

R = 36.5%
G = 16.67%
B = 46.84%

CMYK

 C value IS 0.22

 M value IS 0.64

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#AD4FDE (or 0xAD4FDE) is known color: Medium Orchid. HEX triplet: AD, 4F and DE. RGB value is (173,79,222). Sum of RGB (Red+Green+Blue) = 173+79+222=474 (62% of max value = 765). Red value is 173 (67.97% from 255 or 36.50% from 474); Green value is 79 (31.25% from 255 or 16.67% from 474); Blue value is 222 (87.11% from 255 or 46.84% from 474); Max value from RGB is 222 - color contains mainly: blue. Hex color #AD4FDE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AD4FDE is #52B021. Grayscale: #7A7A7A. Windows color (decimal): -5419042 or 14569389. OLE color: 14569389.

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

Color convert

RGB 173 79 222 -
CMYK 0.22 0.64 0 0.13
HSL 279.44º 0.68% 0.59% -
HSV(B) 279.44º 0.64% 0.87% -
XYZ 33.21 19.75 71.17 -
YUV 123.41 183.64 163.37 -
System Red Green Blue C M Y K H S L
Decimal 173 79 222 0.22 0.64 0 0.13 279.44 0.68 0.59
Hex AD 4F DE 16 40 0 D 117 44 3B
Octal 255 117 336 26 100 0 15 427 104 73
Binary 10101101 1001111 11011110 10110 1000000 0 1101 100010111 1000100 111011

Color Harmonies of #AD4FDE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD4FDE

Black with #AD4FDE

Text Example


Text Example

White with #AD4FDE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD4FDE; }

 p { color: rgb(173,79,222); }

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

background-color css

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

 a { background-color: rgb(173,79,222); }

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

border-color css

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

 span { border-color: rgb(173,79,222); }

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