Html Css Color HEX #AD46CD Medium Orchid

📋 copy color: '#AD46CD'

red 173 ◦ green 70 ◦ blue 205

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

Shades of Medium Orchid #AD46CD

Tints of Medium Orchid #AD46CD

RGB

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

 GREEN value IS 70 (27.73% from 255) = 15.63%

 BLUE value IS 205 (80.47% from 255) = 45.76%

R = 38.62%
G = 15.63%
B = 45.76%

CMYK

 C value IS 0.16

 M value IS 0.66

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#AD46CD (or 0xAD46CD) is known color: Medium Orchid. HEX triplet: AD, 46 and CD. RGB value is (173,70,205). Sum of RGB (Red+Green+Blue) = 173+70+205=448 (59% of max value = 765). Red value is 173 (67.97% from 255 or 38.62% from 448); Green value is 70 (27.73% from 255 or 15.62% from 448); Blue value is 205 (80.47% from 255 or 45.76% from 448); Max value from RGB is 205 - color contains mainly: blue. Hex color #AD46CD is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AD46CD is #52B932. Grayscale: #737373. Windows color (decimal): -5421363 or 13452973. OLE color: 13452973.

HSL color Cylindrical-coordinate representation of color #AD46CD: hue angle of 285.78º degrees, saturation: 0.57, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #AD46CD is Cyan = 0.16, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 173 70 205 -
CMYK 0.16 0.66 0 0.20
HSL 285.78º 0.57% 0.54% -
HSV(B) 285.78º 0.66% 0.8% -
XYZ 30.44 17.67 59.56 -
YUV 116.19 178.12 168.52 -
System Red Green Blue C M Y K H S L
Decimal 173 70 205 0.16 0.66 0 0.20 285.78 0.57 0.54
Hex AD 46 CD 10 42 0 14 11E 39 36
Octal 255 106 315 20 102 0 24 436 71 66
Binary 10101101 1000110 11001101 10000 1000010 0 10100 100011110 111001 110110

Color Harmonies of #AD46CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD46CD

Black with #AD46CD

Text Example


Text Example

White with #AD46CD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD46CD; }

 p { color: rgb(173,70,205); }

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

background-color css

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

 a { background-color: rgb(173,70,205); }

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

border-color css

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

 span { border-color: rgb(173,70,205); }

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