Html Css Color HEX #AD5BCD Medium Orchid

📋 copy color: '#AD5BCD'

red 173 ◦ green 91 ◦ blue 205

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

Shades of Medium Orchid #AD5BCD

Tints of Medium Orchid #AD5BCD

RGB

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

 GREEN value IS 91 (35.94% from 255) = 19.4%

 BLUE value IS 205 (80.47% from 255) = 43.71%

R = 36.89%
G = 19.4%
B = 43.71%

CMYK

 C value IS 0.16

 M value IS 0.56

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#AD5BCD (or 0xAD5BCD) is known color: Medium Orchid. HEX triplet: AD, 5B and CD. RGB value is (173,91,205). Sum of RGB (Red+Green+Blue) = 173+91+205=469 (62% of max value = 765). Red value is 173 (67.97% from 255 or 36.89% from 469); Green value is 91 (35.94% from 255 or 19.40% from 469); Blue value is 205 (80.47% from 255 or 43.71% from 469); Max value from RGB is 205 - color contains mainly: blue. Hex color #AD5BCD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AD5BCD is #52A432. Grayscale: #808080. Windows color (decimal): -5415987 or 13458349. OLE color: 13458349.

HSL color Cylindrical-coordinate representation of color #AD5BCD: hue angle of 283.16º degrees, saturation: 0.53, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #AD5BCD is Cyan = 0.16, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 173 91 205 -
CMYK 0.16 0.56 0 0.20
HSL 283.16º 0.53% 0.58% -
HSV(B) 283.16º 0.56% 0.8% -
XYZ 31.99 20.77 60.08 -
YUV 128.51 171.17 159.73 -
System Red Green Blue C M Y K H S L
Decimal 173 91 205 0.16 0.56 0 0.20 283.16 0.53 0.58
Hex AD 5B CD 10 38 0 14 11B 35 3A
Octal 255 133 315 20 70 0 24 433 65 72
Binary 10101101 1011011 11001101 10000 111000 0 10100 100011011 110101 111010

Color Harmonies of #AD5BCD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD5BCD

Black with #AD5BCD

Text Example


Text Example

White with #AD5BCD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD5BCD; }

 p { color: rgb(173,91,205); }

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

background-color css

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

 a { background-color: rgb(173,91,205); }

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

border-color css

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

 span { border-color: rgb(173,91,205); }

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