Html Css Color HEX #AD63C1 Medium Orchid

📋 copy color: '#AD63C1'

red 173 ◦ green 99 ◦ blue 193

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

Shades of Medium Orchid #AD63C1

Tints of Medium Orchid #AD63C1

RGB

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

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

 BLUE value IS 193 (75.78% from 255) = 41.51%

R = 37.2%
G = 21.29%
B = 41.51%

CMYK

 C value IS 0.10

 M value IS 0.49

 Y value IS 0

 K value IS 0.24

RGB Variations

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

Color information

#AD63C1 (or 0xAD63C1) is known color: Medium Orchid. HEX triplet: AD, 63 and C1. RGB value is (173,99,193). Sum of RGB (Red+Green+Blue) = 173+99+193=465 (61% of max value = 765). Red value is 173 (67.97% from 255 or 37.20% from 465); Green value is 99 (39.06% from 255 or 21.29% from 465); Blue value is 193 (75.78% from 255 or 41.51% from 465); Max value from RGB is 193 - color contains mainly: blue. Hex color #AD63C1 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AD63C1 is #529C3E. Grayscale: #838383. Windows color (decimal): -5413951 or 12673965. OLE color: 12673965.

HSL color Cylindrical-coordinate representation of color #AD63C1: hue angle of 287.23º degrees, saturation: 0.43, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #AD63C1 is Cyan = 0.10, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB 173 99 193 -
CMYK 0.10 0.49 0 0.24
HSL 287.23º 0.43% 0.57% -
HSV(B) 287.23º 0.49% 0.76% -
XYZ 31.32 21.66 52.98 -
YUV 131.84 162.52 157.36 -
System Red Green Blue C M Y K H S L
Decimal 173 99 193 0.10 0.49 0 0.24 287.23 0.43 0.57
Hex AD 63 C1 A 31 0 18 11F 2B 39
Octal 255 143 301 12 61 0 30 437 53 71
Binary 10101101 1100011 11000001 1010 110001 0 11000 100011111 101011 111001

Color Harmonies of #AD63C1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD63C1

Black with #AD63C1

Text Example


Text Example

White with #AD63C1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD63C1; }

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

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

background-color css

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

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

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

border-color css

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

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

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