Html Css Color HEX #AD63E0 Medium Orchid

📋 copy color: '#AD63E0'

red 173 ◦ green 99 ◦ blue 224

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

Shades of Medium Orchid #AD63E0

Tints of Medium Orchid #AD63E0

RGB

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

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

 BLUE value IS 224 (87.89% from 255) = 45.16%

R = 34.88%
G = 19.96%
B = 45.16%

CMYK

 C value IS 0.23

 M value IS 0.56

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#AD63E0 (or 0xAD63E0) is known color: Medium Orchid. HEX triplet: AD, 63 and E0. RGB value is (173,99,224). Sum of RGB (Red+Green+Blue) = 173+99+224=496 (65% of max value = 765). Red value is 173 (67.97% from 255 or 34.88% from 496); Green value is 99 (39.06% from 255 or 19.96% from 496); Blue value is 224 (87.89% from 255 or 45.16% from 496); Max value from RGB is 224 - color contains mainly: blue. Hex color #AD63E0 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AD63E0 is #529C1F. Grayscale: #868686. Windows color (decimal): -5413920 or 14705581. OLE color: 14705581.

HSL color Cylindrical-coordinate representation of color #AD63E0: hue angle of 275.52º degrees, saturation: 0.67, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #AD63E0 is Cyan = 0.23, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 173 99 224 -
CMYK 0.23 0.56 0 0.12
HSL 275.52º 0.67% 0.63% -
HSV(B) 275.52º 0.56% 0.88% -
XYZ 35.15 23.19 73.14 -
YUV 135.38 178.02 154.84 -
System Red Green Blue C M Y K H S L
Decimal 173 99 224 0.23 0.56 0 0.12 275.52 0.67 0.63
Hex AD 63 E0 17 38 0 C 114 43 3F
Octal 255 143 340 27 70 0 14 424 103 77
Binary 10101101 1100011 11100000 10111 111000 0 1100 100010100 1000011 111111

Color Harmonies of #AD63E0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD63E0

Black with #AD63E0

Text Example


Text Example

White with #AD63E0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD63E0; }

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

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

background-color css

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

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

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

border-color css

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

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

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