Html Css Color HEX #AD6CC1 Medium Orchid

📋 copy color: '#AD6CC1'

red 173 ◦ green 108 ◦ blue 193

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

Shades of Medium Orchid #AD6CC1

Tints of Medium Orchid #AD6CC1

RGB

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

 GREEN value IS 108 (42.58% from 255) = 22.78%

 BLUE value IS 193 (75.78% from 255) = 40.72%

R = 36.5%
G = 22.78%
B = 40.72%

CMYK

 C value IS 0.10

 M value IS 0.44

 Y value IS 0

 K value IS 0.24

RGB Variations

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

Color information

#AD6CC1 (or 0xAD6CC1) is known color: Medium Orchid. HEX triplet: AD, 6C and C1. RGB value is (173,108,193). Sum of RGB (Red+Green+Blue) = 173+108+193=474 (62% of max value = 765). Red value is 173 (67.97% from 255 or 36.50% from 474); Green value is 108 (42.58% from 255 or 22.78% from 474); Blue value is 193 (75.78% from 255 or 40.72% from 474); Max value from RGB is 193 - color contains mainly: blue. Hex color #AD6CC1 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AD6CC1 is #52933E. Grayscale: #888888. Windows color (decimal): -5411647 or 12676269. OLE color: 12676269.

HSL color Cylindrical-coordinate representation of color #AD6CC1: hue angle of 285.88º degrees, saturation: 0.41, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #AD6CC1 is Cyan = 0.10, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB 173 108 193 -
CMYK 0.10 0.44 0 0.24
HSL 285.88º 0.41% 0.59% -
HSV(B) 285.88º 0.44% 0.76% -
XYZ 32.22 23.46 53.28 -
YUV 137.13 159.53 153.59 -
System Red Green Blue C M Y K H S L
Decimal 173 108 193 0.10 0.44 0 0.24 285.88 0.41 0.59
Hex AD 6C C1 A 2C 0 18 11E 29 3B
Octal 255 154 301 12 54 0 30 436 51 73
Binary 10101101 1101100 11000001 1010 101100 0 11000 100011110 101001 111011

Color Harmonies of #AD6CC1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD6CC1

Black with #AD6CC1

Text Example


Text Example

White with #AD6CC1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD6CC1; }

 p { color: rgb(173,108,193); }

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

background-color css

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

 a { background-color: rgb(173,108,193); }

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

border-color css

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

 span { border-color: rgb(173,108,193); }

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