Html Css Color HEX #AD5CD6 Medium Orchid

📋 copy color: '#AD5CD6'

red 173 ◦ green 92 ◦ blue 214

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

Shades of Medium Orchid #AD5CD6

Tints of Medium Orchid #AD5CD6

RGB

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

 GREEN value IS 92 (36.33% from 255) = 19.21%

 BLUE value IS 214 (83.98% from 255) = 44.68%

R = 36.12%
G = 19.21%
B = 44.68%

CMYK

 C value IS 0.19

 M value IS 0.57

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#AD5CD6 (or 0xAD5CD6) is known color: Medium Orchid. HEX triplet: AD, 5C and D6. RGB value is (173,92,214). Sum of RGB (Red+Green+Blue) = 173+92+214=479 (63% of max value = 765). Red value is 173 (67.97% from 255 or 36.12% from 479); Green value is 92 (36.33% from 255 or 19.21% from 479); Blue value is 214 (83.98% from 255 or 44.68% from 479); Max value from RGB is 214 - color contains mainly: blue. Hex color #AD5CD6 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AD5CD6 is #52A329. Grayscale: #818181. Windows color (decimal): -5415722 or 14048429. OLE color: 14048429.

HSL color Cylindrical-coordinate representation of color #AD5CD6: hue angle of 279.84º degrees, saturation: 0.6, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #AD5CD6 is Cyan = 0.19, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 173 92 214 -
CMYK 0.19 0.57 0 0.16
HSL 279.84º 0.6% 0.6% -
HSV(B) 279.84º 0.57% 0.84% -
XYZ 33.2 21.39 66 -
YUV 130.13 175.34 158.58 -
System Red Green Blue C M Y K H S L
Decimal 173 92 214 0.19 0.57 0 0.16 279.84 0.6 0.6
Hex AD 5C D6 13 39 0 10 118 3C 3C
Octal 255 134 326 23 71 0 20 430 74 74
Binary 10101101 1011100 11010110 10011 111001 0 10000 100011000 111100 111100

Color Harmonies of #AD5CD6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD5CD6

Black with #AD5CD6

Text Example


Text Example

White with #AD5CD6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD5CD6; }

 p { color: rgb(173,92,214); }

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

background-color css

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

 a { background-color: rgb(173,92,214); }

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

border-color css

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

 span { border-color: rgb(173,92,214); }

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