Html Css Color HEX #AD54C3 Medium Orchid

📋 copy color: '#AD54C3'

red 173 ◦ green 84 ◦ blue 195

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

Shades of Medium Orchid #AD54C3

Tints of Medium Orchid #AD54C3

RGB

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

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

 BLUE value IS 195 (76.56% from 255) = 43.14%

R = 38.27%
G = 18.58%
B = 43.14%

CMYK

 C value IS 0.11

 M value IS 0.57

 Y value IS 0

 K value IS 0.24

RGB Variations

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

Color information

#AD54C3 (or 0xAD54C3) is known color: Medium Orchid. HEX triplet: AD, 54 and C3. RGB value is (173,84,195). Sum of RGB (Red+Green+Blue) = 173+84+195=452 (59% of max value = 765). Red value is 173 (67.97% from 255 or 38.27% from 452); Green value is 84 (33.20% from 255 or 18.58% from 452); Blue value is 195 (76.56% from 255 or 43.14% from 452); Max value from RGB is 195 - color contains mainly: blue. Hex color #AD54C3 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AD54C3 is #52AB3C. Grayscale: #7A7A7A. Windows color (decimal): -5417789 or 12801197. OLE color: 12801197.

HSL color Cylindrical-coordinate representation of color #AD54C3: hue angle of 288.11º degrees, saturation: 0.48, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #AD54C3 is Cyan = 0.11, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB 173 84 195 -
CMYK 0.11 0.57 0 0.24
HSL 288.11º 0.48% 0.55% -
HSV(B) 288.11º 0.57% 0.76% -
XYZ 30.25 19.17 53.73 -
YUV 123.27 168.49 163.47 -
System Red Green Blue C M Y K H S L
Decimal 173 84 195 0.11 0.57 0 0.24 288.11 0.48 0.55
Hex AD 54 C3 B 39 0 18 120 30 37
Octal 255 124 303 13 71 0 30 440 60 67
Binary 10101101 1010100 11000011 1011 111001 0 11000 100100000 110000 110111

Color Harmonies of #AD54C3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD54C3

Black with #AD54C3

Text Example


Text Example

White with #AD54C3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD54C3; }

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

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

background-color css

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

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

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

border-color css

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

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

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