Html Css Color HEX #AD53DE Medium Orchid

📋 copy color: '#AD53DE'

red 173 ◦ green 83 ◦ blue 222

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

Shades of Medium Orchid #AD53DE

Tints of Medium Orchid #AD53DE

RGB

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

 GREEN value IS 83 (32.81% from 255) = 17.36%

 BLUE value IS 222 (87.11% from 255) = 46.44%

R = 36.19%
G = 17.36%
B = 46.44%

CMYK

 C value IS 0.22

 M value IS 0.63

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#AD53DE (or 0xAD53DE) is known color: Medium Orchid. HEX triplet: AD, 53 and DE. RGB value is (173,83,222). Sum of RGB (Red+Green+Blue) = 173+83+222=478 (63% of max value = 765). Red value is 173 (67.97% from 255 or 36.19% from 478); Green value is 83 (32.81% from 255 or 17.36% from 478); Blue value is 222 (87.11% from 255 or 46.44% from 478); Max value from RGB is 222 - color contains mainly: blue. Hex color #AD53DE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AD53DE is #52AC21. Grayscale: #7D7D7D. Windows color (decimal): -5418018 or 14570413. OLE color: 14570413.

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

Color convert

RGB 173 83 222 -
CMYK 0.22 0.63 0 0.13
HSL 278.85º 0.68% 0.6% -
HSV(B) 278.85º 0.63% 0.87% -
XYZ 33.51 20.34 71.27 -
YUV 125.76 182.32 161.7 -
System Red Green Blue C M Y K H S L
Decimal 173 83 222 0.22 0.63 0 0.13 278.85 0.68 0.6
Hex AD 53 DE 16 3F 0 D 117 44 3C
Octal 255 123 336 26 77 0 15 427 104 74
Binary 10101101 1010011 11011110 10110 111111 0 1101 100010111 1000100 111100

Color Harmonies of #AD53DE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD53DE

Black with #AD53DE

Text Example


Text Example

White with #AD53DE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD53DE; }

 p { color: rgb(173,83,222); }

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

background-color css

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

 a { background-color: rgb(173,83,222); }

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

border-color css

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

 span { border-color: rgb(173,83,222); }

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