Html Css Color HEX #AD40DD Medium Orchid

📋 copy color: '#AD40DD'

red 173 ◦ green 64 ◦ blue 221

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

Shades of Medium Orchid #AD40DD

Tints of Medium Orchid #AD40DD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 48.25%

R = 37.77%
G = 13.97%
B = 48.25%

CMYK

 C value IS 0.22

 M value IS 0.71

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#AD40DD (or 0xAD40DD) is known color: Medium Orchid. HEX triplet: AD, 40 and DD. RGB value is (173,64,221). Sum of RGB (Red+Green+Blue) = 173+64+221=458 (60% of max value = 765). Red value is 173 (67.97% from 255 or 37.77% from 458); Green value is 64 (25.39% from 255 or 13.97% from 458); Blue value is 221 (86.72% from 255 or 48.25% from 458); Max value from RGB is 221 - color contains mainly: blue. Hex color #AD40DD is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AD40DD is #52BF22. Grayscale: #717171. Windows color (decimal): -5422883 or 14500013. OLE color: 14500013.

HSL color Cylindrical-coordinate representation of color #AD40DD: hue angle of 281.66º degrees, saturation: 0.7, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #AD40DD is Cyan = 0.22, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 173 64 221 -
CMYK 0.22 0.71 0 0.13
HSL 281.66º 0.7% 0.56% -
HSV(B) 281.66º 0.71% 0.87% -
XYZ 32.12 17.77 70.14 -
YUV 114.49 188.11 169.73 -
System Red Green Blue C M Y K H S L
Decimal 173 64 221 0.22 0.71 0 0.13 281.66 0.7 0.56
Hex AD 40 DD 16 47 0 D 11A 46 38
Octal 255 100 335 26 107 0 15 432 106 70
Binary 10101101 1000000 11011101 10110 1000111 0 1101 100011010 1000110 111000

Color Harmonies of #AD40DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD40DD

Black with #AD40DD

Text Example


Text Example

White with #AD40DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD40DD; }

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

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

background-color css

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

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

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

border-color css

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

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

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