Html Css Color HEX #AD63C6 Medium Orchid

📋 copy color: '#AD63C6'

red 173 ◦ green 99 ◦ blue 198

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

Shades of Medium Orchid #AD63C6

Tints of Medium Orchid #AD63C6

RGB

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

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

 BLUE value IS 198 (77.73% from 255) = 42.13%

R = 36.81%
G = 21.06%
B = 42.13%

CMYK

 C value IS 0.13

 M value IS 0.50

 Y value IS 0

 K value IS 0.22

RGB Variations

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

Color information

#AD63C6 (or 0xAD63C6) is known color: Medium Orchid. HEX triplet: AD, 63 and C6. RGB value is (173,99,198). Sum of RGB (Red+Green+Blue) = 173+99+198=470 (62% of max value = 765). Red value is 173 (67.97% from 255 or 36.81% from 470); Green value is 99 (39.06% from 255 or 21.06% from 470); Blue value is 198 (77.73% from 255 or 42.13% from 470); Max value from RGB is 198 - color contains mainly: blue. Hex color #AD63C6 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AD63C6 is #529C39. Grayscale: #848484. Windows color (decimal): -5413946 or 13001645. OLE color: 13001645.

HSL color Cylindrical-coordinate representation of color #AD63C6: hue angle of 284.85º degrees, saturation: 0.46, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #AD63C6 is Cyan = 0.13, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB 173 99 198 -
CMYK 0.13 0.50 0 0.22
HSL 284.85º 0.46% 0.58% -
HSV(B) 284.85º 0.5% 0.78% -
XYZ 31.89 21.89 55.97 -
YUV 132.41 165.02 156.95 -
System Red Green Blue C M Y K H S L
Decimal 173 99 198 0.13 0.50 0 0.22 284.85 0.46 0.58
Hex AD 63 C6 D 32 0 16 11D 2E 3A
Octal 255 143 306 15 62 0 26 435 56 72
Binary 10101101 1100011 11000110 1101 110010 0 10110 100011101 101110 111010

Color Harmonies of #AD63C6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD63C6

Black with #AD63C6

Text Example


Text Example

White with #AD63C6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD63C6; }

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

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

background-color css

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

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

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

border-color css

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

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

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