Html Css Color HEX #AD53C8 Medium Orchid

📋 copy color: '#AD53C8'

red 173 ◦ green 83 ◦ blue 200

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

Shades of Medium Orchid #AD53C8

Tints of Medium Orchid #AD53C8

RGB

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

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

 BLUE value IS 200 (78.52% from 255) = 43.86%

R = 37.94%
G = 18.2%
B = 43.86%

CMYK

 C value IS 0.14

 M value IS 0.58

 Y value IS 0

 K value IS 0.22

RGB Variations

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

Color information

#AD53C8 (or 0xAD53C8) is known color: Medium Orchid. HEX triplet: AD, 53 and C8. RGB value is (173,83,200). Sum of RGB (Red+Green+Blue) = 173+83+200=456 (60% of max value = 765). Red value is 173 (67.97% from 255 or 37.94% from 456); Green value is 83 (32.81% from 255 or 18.20% from 456); Blue value is 200 (78.52% from 255 or 43.86% from 456); Max value from RGB is 200 - color contains mainly: blue. Hex color #AD53C8 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AD53C8 is #52AC37. Grayscale: #7A7A7A. Windows color (decimal): -5418040 or 13128621. OLE color: 13128621.

HSL color Cylindrical-coordinate representation of color #AD53C8: hue angle of 286.15º degrees, saturation: 0.52, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #AD53C8 is Cyan = 0.14, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB 173 83 200 -
CMYK 0.14 0.58 0 0.22
HSL 286.15º 0.52% 0.55% -
HSV(B) 286.15º 0.59% 0.78% -
XYZ 30.75 19.24 56.74 -
YUV 123.25 171.32 163.49 -
System Red Green Blue C M Y K H S L
Decimal 173 83 200 0.14 0.58 0 0.22 286.15 0.52 0.55
Hex AD 53 C8 E 3A 0 16 11E 34 37
Octal 255 123 310 16 72 0 26 436 64 67
Binary 10101101 1010011 11001000 1110 111010 0 10110 100011110 110100 110111

Color Harmonies of #AD53C8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD53C8

Black with #AD53C8

Text Example


Text Example

White with #AD53C8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD53C8; }

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

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

background-color css

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

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

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

border-color css

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

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

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