Html Css Color HEX #AD63D0 Medium Orchid

📋 copy color: '#AD63D0'

red 173 ◦ green 99 ◦ blue 208

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

Shades of Medium Orchid #AD63D0

Tints of Medium Orchid #AD63D0

RGB

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

 GREEN value IS 99 (39.06% from 255) = 20.63%

 BLUE value IS 208 (81.64% from 255) = 43.33%

R = 36.04%
G = 20.63%
B = 43.33%

CMYK

 C value IS 0.17

 M value IS 0.52

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#AD63D0 (or 0xAD63D0) is known color: Medium Orchid. HEX triplet: AD, 63 and D0. RGB value is (173,99,208). Sum of RGB (Red+Green+Blue) = 173+99+208=480 (63% of max value = 765). Red value is 173 (67.97% from 255 or 36.04% from 480); Green value is 99 (39.06% from 255 or 20.62% from 480); Blue value is 208 (81.64% from 255 or 43.33% from 480); Max value from RGB is 208 - color contains mainly: blue. Hex color #AD63D0 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AD63D0 is #529C2F. Grayscale: #858585. Windows color (decimal): -5413936 or 13657005. OLE color: 13657005.

HSL color Cylindrical-coordinate representation of color #AD63D0: hue angle of 280.73º degrees, saturation: 0.54, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #AD63D0 is Cyan = 0.17, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB 173 99 208 -
CMYK 0.17 0.52 0 0.18
HSL 280.73º 0.54% 0.6% -
HSV(B) 280.73º 0.52% 0.82% -
XYZ 33.08 22.36 62.25 -
YUV 133.55 170.02 156.14 -
System Red Green Blue C M Y K H S L
Decimal 173 99 208 0.17 0.52 0 0.18 280.73 0.54 0.6
Hex AD 63 D0 11 34 0 12 119 36 3C
Octal 255 143 320 21 64 0 22 431 66 74
Binary 10101101 1100011 11010000 10001 110100 0 10010 100011001 110110 111100

Color Harmonies of #AD63D0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD63D0

Black with #AD63D0

Text Example


Text Example

White with #AD63D0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD63D0; }

 p { color: rgb(173,99,208); }

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

background-color css

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

 a { background-color: rgb(173,99,208); }

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

border-color css

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

 span { border-color: rgb(173,99,208); }

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