Html Css Color HEX #AD54C6 Medium Orchid

📋 copy color: '#AD54C6'

red 173 ◦ green 84 ◦ blue 198

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

Shades of Medium Orchid #AD54C6

Tints of Medium Orchid #AD54C6

RGB

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

 GREEN value IS 84 (33.2% from 255) = 18.46%

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

R = 38.02%
G = 18.46%
B = 43.52%

CMYK

 C value IS 0.13

 M value IS 0.58

 Y value IS 0

 K value IS 0.22

RGB Variations

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

Color information

#AD54C6 (or 0xAD54C6) is known color: Medium Orchid. HEX triplet: AD, 54 and C6. RGB value is (173,84,198). Sum of RGB (Red+Green+Blue) = 173+84+198=455 (60% of max value = 765). Red value is 173 (67.97% from 255 or 38.02% from 455); Green value is 84 (33.20% from 255 or 18.46% from 455); Blue value is 198 (77.73% from 255 or 43.52% from 455); Max value from RGB is 198 - color contains mainly: blue. Hex color #AD54C6 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AD54C6 is #52AB39. Grayscale: #7B7B7B. Windows color (decimal): -5417786 or 12997805. OLE color: 12997805.

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

Color convert

RGB 173 84 198 -
CMYK 0.13 0.58 0 0.22
HSL 286.84º 0.5% 0.55% -
HSV(B) 286.84º 0.58% 0.78% -
XYZ 30.6 19.3 55.54 -
YUV 123.61 169.99 163.23 -
System Red Green Blue C M Y K H S L
Decimal 173 84 198 0.13 0.58 0 0.22 286.84 0.5 0.55
Hex AD 54 C6 D 3A 0 16 11F 32 37
Octal 255 124 306 15 72 0 26 437 62 67
Binary 10101101 1010100 11000110 1101 111010 0 10110 100011111 110010 110111

Color Harmonies of #AD54C6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD54C6

Black with #AD54C6

Text Example


Text Example

White with #AD54C6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD54C6; }

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

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

background-color css

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

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

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

border-color css

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

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

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