Html Css Color HEX #AD55D4 Medium Orchid

📋 copy color: '#AD55D4'

red 173 ◦ green 85 ◦ blue 212

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

Shades of Medium Orchid #AD55D4

Tints of Medium Orchid #AD55D4

RGB

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

 GREEN value IS 85 (33.59% from 255) = 18.09%

 BLUE value IS 212 (83.2% from 255) = 45.11%

R = 36.81%
G = 18.09%
B = 45.11%

CMYK

 C value IS 0.18

 M value IS 0.60

 Y value IS 0

 K value IS 0.17

RGB Variations

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

Color information

#AD55D4 (or 0xAD55D4) is known color: Medium Orchid. HEX triplet: AD, 55 and D4. RGB value is (173,85,212). Sum of RGB (Red+Green+Blue) = 173+85+212=470 (62% of max value = 765). Red value is 173 (67.97% from 255 or 36.81% from 470); Green value is 85 (33.59% from 255 or 18.09% from 470); Blue value is 212 (83.20% from 255 or 45.11% from 470); Max value from RGB is 212 - color contains mainly: blue. Hex color #AD55D4 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AD55D4 is #52AA2B. Grayscale: #7D7D7D. Windows color (decimal): -5417516 or 13915565. OLE color: 13915565.

HSL color Cylindrical-coordinate representation of color #AD55D4: hue angle of 281.57º degrees, saturation: 0.6, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #AD55D4 is Cyan = 0.18, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.17.

Color convert

RGB 173 85 212 -
CMYK 0.18 0.60 0 0.17
HSL 281.57º 0.6% 0.58% -
HSV(B) 281.57º 0.6% 0.83% -
XYZ 32.37 20.13 64.47 -
YUV 125.79 176.65 161.67 -
System Red Green Blue C M Y K H S L
Decimal 173 85 212 0.18 0.60 0 0.17 281.57 0.6 0.58
Hex AD 55 D4 12 3C 0 11 11A 3C 3A
Octal 255 125 324 22 74 0 21 432 74 72
Binary 10101101 1010101 11010100 10010 111100 0 10001 100011010 111100 111010

Color Harmonies of #AD55D4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD55D4

Black with #AD55D4

Text Example


Text Example

White with #AD55D4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD55D4; }

 p { color: rgb(173,85,212); }

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

background-color css

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

 a { background-color: rgb(173,85,212); }

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

border-color css

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

 span { border-color: rgb(173,85,212); }

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