Html Css Color HEX #AD40D0 Medium Orchid

📋 copy color: '#AD40D0'

red 173 ◦ green 64 ◦ blue 208

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

Shades of Medium Orchid #AD40D0

Tints of Medium Orchid #AD40D0

RGB

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

 GREEN value IS 64 (25.39% from 255) = 14.38%

 BLUE value IS 208 (81.64% from 255) = 46.74%

R = 38.88%
G = 14.38%
B = 46.74%

CMYK

 C value IS 0.17

 M value IS 0.69

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#AD40D0 (or 0xAD40D0) is known color: Medium Orchid. HEX triplet: AD, 40 and D0. RGB value is (173,64,208). Sum of RGB (Red+Green+Blue) = 173+64+208=445 (58% of max value = 765). Red value is 173 (67.97% from 255 or 38.88% from 445); Green value is 64 (25.39% from 255 or 14.38% from 445); Blue value is 208 (81.64% from 255 or 46.74% from 445); Max value from RGB is 208 - color contains mainly: blue. Hex color #AD40D0 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AD40D0 is #52BF2F. Grayscale: #707070. Windows color (decimal): -5422896 or 13648045. OLE color: 13648045.

HSL color Cylindrical-coordinate representation of color #AD40D0: hue angle of 285.42º degrees, saturation: 0.61, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #AD40D0 is Cyan = 0.17, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB 173 64 208 -
CMYK 0.17 0.69 0 0.18
HSL 285.42º 0.61% 0.53% -
HSV(B) 285.42º 0.69% 0.82% -
XYZ 30.45 17.11 61.37 -
YUV 113.01 181.61 170.79 -
System Red Green Blue C M Y K H S L
Decimal 173 64 208 0.17 0.69 0 0.18 285.42 0.61 0.53
Hex AD 40 D0 11 45 0 12 11D 3D 35
Octal 255 100 320 21 105 0 22 435 75 65
Binary 10101101 1000000 11010000 10001 1000101 0 10010 100011101 111101 110101

Color Harmonies of #AD40D0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD40D0

Black with #AD40D0

Text Example


Text Example

White with #AD40D0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD40D0; }

 p { color: rgb(173,64,208); }

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

background-color css

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

 a { background-color: rgb(173,64,208); }

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

border-color css

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

 span { border-color: rgb(173,64,208); }

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