Html Css Color HEX #AD5DC0 Medium Orchid

📋 copy color: '#AD5DC0'

red 173 ◦ green 93 ◦ blue 192

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

Shades of Medium Orchid #AD5DC0

Tints of Medium Orchid #AD5DC0

RGB

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

 GREEN value IS 93 (36.72% from 255) = 20.31%

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

R = 37.77%
G = 20.31%
B = 41.92%

CMYK

 C value IS 0.10

 M value IS 0.52

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#AD5DC0 (or 0xAD5DC0) is known color: Medium Orchid. HEX triplet: AD, 5D and C0. RGB value is (173,93,192). Sum of RGB (Red+Green+Blue) = 173+93+192=458 (60% of max value = 765). Red value is 173 (67.97% from 255 or 37.77% from 458); Green value is 93 (36.72% from 255 or 20.31% from 458); Blue value is 192 (75.39% from 255 or 41.92% from 458); Max value from RGB is 192 - color contains mainly: blue. Hex color #AD5DC0 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AD5DC0 is #52A23F. Grayscale: #7F7F7F. Windows color (decimal): -5415488 or 12606893. OLE color: 12606893.

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

Color convert

RGB 173 93 192 -
CMYK 0.10 0.52 0 0.25
HSL 288.48º 0.44% 0.56% -
HSV(B) 288.48º 0.52% 0.75% -
XYZ 30.66 20.52 52.21 -
YUV 128.21 164 159.95 -
System Red Green Blue C M Y K H S L
Decimal 173 93 192 0.10 0.52 0 0.25 288.48 0.44 0.56
Hex AD 5D C0 A 34 0 19 120 2C 38
Octal 255 135 300 12 64 0 31 440 54 70
Binary 10101101 1011101 11000000 1010 110100 0 11001 100100000 101100 111000

Color Harmonies of #AD5DC0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD5DC0

Black with #AD5DC0

Text Example


Text Example

White with #AD5DC0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD5DC0; }

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

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

background-color css

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

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

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

border-color css

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

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

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