Html Css Color HEX #AD63DA Medium Orchid

📋 copy color: '#AD63DA'

red 173 ◦ green 99 ◦ blue 218

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

Shades of Medium Orchid #AD63DA

Tints of Medium Orchid #AD63DA

RGB

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

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

 BLUE value IS 218 (85.55% from 255) = 44.49%

R = 35.31%
G = 20.2%
B = 44.49%

CMYK

 C value IS 0.21

 M value IS 0.55

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#AD63DA (or 0xAD63DA) is known color: Medium Orchid. HEX triplet: AD, 63 and DA. RGB value is (173,99,218). Sum of RGB (Red+Green+Blue) = 173+99+218=490 (64% of max value = 765). Red value is 173 (67.97% from 255 or 35.31% from 490); Green value is 99 (39.06% from 255 or 20.20% from 490); Blue value is 218 (85.55% from 255 or 44.49% from 490); Max value from RGB is 218 - color contains mainly: blue. Hex color #AD63DA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AD63DA is #529C25. Grayscale: #868686. Windows color (decimal): -5413926 or 14312365. OLE color: 14312365.

HSL color Cylindrical-coordinate representation of color #AD63DA: hue angle of 277.31º degrees, saturation: 0.62, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #AD63DA is Cyan = 0.21, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 173 99 218 -
CMYK 0.21 0.55 0 0.15
HSL 277.31º 0.62% 0.62% -
HSV(B) 277.31º 0.55% 0.85% -
XYZ 34.35 22.87 68.93 -
YUV 134.69 175.02 155.32 -
System Red Green Blue C M Y K H S L
Decimal 173 99 218 0.21 0.55 0 0.15 277.31 0.62 0.62
Hex AD 63 DA 15 37 0 F 115 3E 3E
Octal 255 143 332 25 67 0 17 425 76 76
Binary 10101101 1100011 11011010 10101 110111 0 1111 100010101 111110 111110

Color Harmonies of #AD63DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD63DA

Black with #AD63DA

Text Example


Text Example

White with #AD63DA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD63DA; }

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

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

background-color css

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

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

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

border-color css

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

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

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