Html Css Color HEX #AD5CC6 Medium Orchid

📋 copy color: '#AD5CC6'

red 173 ◦ green 92 ◦ blue 198

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

Shades of Medium Orchid #AD5CC6

Tints of Medium Orchid #AD5CC6

RGB

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

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

 BLUE value IS 198 (77.73% from 255) = 42.76%

R = 37.37%
G = 19.87%
B = 42.76%

CMYK

 C value IS 0.13

 M value IS 0.54

 Y value IS 0

 K value IS 0.22

RGB Variations

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

Color information

#AD5CC6 (or 0xAD5CC6) is known color: Medium Orchid. HEX triplet: AD, 5C and C6. RGB value is (173,92,198). Sum of RGB (Red+Green+Blue) = 173+92+198=463 (61% of max value = 765). Red value is 173 (67.97% from 255 or 37.37% from 463); Green value is 92 (36.33% from 255 or 19.87% from 463); Blue value is 198 (77.73% from 255 or 42.76% from 463); Max value from RGB is 198 - color contains mainly: blue. Hex color #AD5CC6 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AD5CC6 is #52A339. Grayscale: #7F7F7F. Windows color (decimal): -5415738 or 12999853. OLE color: 12999853.

HSL color Cylindrical-coordinate representation of color #AD5CC6: hue angle of 285.85º degrees, saturation: 0.48, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #AD5CC6 is Cyan = 0.13, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB 173 92 198 -
CMYK 0.13 0.54 0 0.22
HSL 285.85º 0.48% 0.57% -
HSV(B) 285.85º 0.54% 0.78% -
XYZ 31.25 20.62 55.76 -
YUV 128.3 167.34 159.88 -
System Red Green Blue C M Y K H S L
Decimal 173 92 198 0.13 0.54 0 0.22 285.85 0.48 0.57
Hex AD 5C C6 D 36 0 16 11E 30 39
Octal 255 134 306 15 66 0 26 436 60 71
Binary 10101101 1011100 11000110 1101 110110 0 10110 100011110 110000 111001

Color Harmonies of #AD5CC6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD5CC6

Black with #AD5CC6

Text Example


Text Example

White with #AD5CC6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD5CC6; }

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

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

background-color css

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

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

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

border-color css

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

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

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