Html Css Color HEX #AD55C0 Medium Orchid

📋 copy color: '#AD55C0'

red 173 ◦ green 85 ◦ blue 192

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

Shades of Medium Orchid #AD55C0

Tints of Medium Orchid #AD55C0

RGB

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

 GREEN value IS 85 (33.59% from 255) = 18.89%

 BLUE value IS 192 (75.39% from 255) = 42.67%

R = 38.44%
G = 18.89%
B = 42.67%

CMYK

 C value IS 0.10

 M value IS 0.56

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#AD55C0 (or 0xAD55C0) is known color: Medium Orchid. HEX triplet: AD, 55 and C0. RGB value is (173,85,192). Sum of RGB (Red+Green+Blue) = 173+85+192=450 (59% of max value = 765). Red value is 173 (67.97% from 255 or 38.44% from 450); Green value is 85 (33.59% from 255 or 18.89% from 450); Blue value is 192 (75.39% from 255 or 42.67% from 450); Max value from RGB is 192 - color contains mainly: blue. Hex color #AD55C0 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AD55C0 is #52AA3F. Grayscale: #7B7B7B. Windows color (decimal): -5417536 or 12604845. OLE color: 12604845.

HSL color Cylindrical-coordinate representation of color #AD55C0: hue angle of 289.35º degrees, saturation: 0.46, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #AD55C0 is Cyan = 0.10, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 173 85 192 -
CMYK 0.10 0.56 0 0.25
HSL 289.35º 0.46% 0.54% -
HSV(B) 289.35º 0.56% 0.75% -
XYZ 30 19.19 51.99 -
YUV 123.51 166.65 163.3 -
System Red Green Blue C M Y K H S L
Decimal 173 85 192 0.10 0.56 0 0.25 289.35 0.46 0.54
Hex AD 55 C0 A 38 0 19 121 2E 36
Octal 255 125 300 12 70 0 31 441 56 66
Binary 10101101 1010101 11000000 1010 111000 0 11001 100100001 101110 110110

Color Harmonies of #AD55C0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD55C0

Black with #AD55C0

Text Example


Text Example

White with #AD55C0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD55C0; }

 p { color: rgb(173,85,192); }

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

background-color css

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

 a { background-color: rgb(173,85,192); }

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

border-color css

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

 span { border-color: rgb(173,85,192); }

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