Html Css Color HEX #AD45DC Medium Orchid

📋 copy color: '#AD45DC'

red 173 ◦ green 69 ◦ blue 220

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

Shades of Medium Orchid #AD45DC

Tints of Medium Orchid #AD45DC

RGB

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

 GREEN value IS 69 (27.34% from 255) = 14.94%

 BLUE value IS 220 (86.33% from 255) = 47.62%

R = 37.45%
G = 14.94%
B = 47.62%

CMYK

 C value IS 0.21

 M value IS 0.69

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#AD45DC (or 0xAD45DC) is known color: Medium Orchid. HEX triplet: AD, 45 and DC. RGB value is (173,69,220). Sum of RGB (Red+Green+Blue) = 173+69+220=462 (61% of max value = 765). Red value is 173 (67.97% from 255 or 37.45% from 462); Green value is 69 (27.34% from 255 or 14.94% from 462); Blue value is 220 (86.33% from 255 or 47.62% from 462); Max value from RGB is 220 - color contains mainly: blue. Hex color #AD45DC is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AD45DC is #52BA23. Grayscale: #747474. Windows color (decimal): -5421604 or 14435757. OLE color: 14435757.

HSL color Cylindrical-coordinate representation of color #AD45DC: hue angle of 281.32º degrees, saturation: 0.68, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #AD45DC is Cyan = 0.21, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 173 69 220 -
CMYK 0.21 0.69 0 0.14
HSL 281.32º 0.68% 0.57% -
HSV(B) 281.32º 0.69% 0.86% -
XYZ 32.28 18.31 69.54 -
YUV 117.31 185.96 167.72 -
System Red Green Blue C M Y K H S L
Decimal 173 69 220 0.21 0.69 0 0.14 281.32 0.68 0.57
Hex AD 45 DC 15 45 0 E 119 44 39
Octal 255 105 334 25 105 0 16 431 104 71
Binary 10101101 1000101 11011100 10101 1000101 0 1110 100011001 1000100 111001

Color Harmonies of #AD45DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD45DC

Black with #AD45DC

Text Example


Text Example

White with #AD45DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD45DC; }

 p { color: rgb(173,69,220); }

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

background-color css

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

 a { background-color: rgb(173,69,220); }

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

border-color css

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

 span { border-color: rgb(173,69,220); }

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