Html Css Color HEX #AD63C9 Medium Orchid

📋 copy color: '#AD63C9'

red 173 ◦ green 99 ◦ blue 201

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

Shades of Medium Orchid #AD63C9

Tints of Medium Orchid #AD63C9

RGB

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

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

 BLUE value IS 201 (78.91% from 255) = 42.49%

R = 36.58%
G = 20.93%
B = 42.49%

CMYK

 C value IS 0.14

 M value IS 0.51

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#AD63C9 (or 0xAD63C9) is known color: Medium Orchid. HEX triplet: AD, 63 and C9. RGB value is (173,99,201). Sum of RGB (Red+Green+Blue) = 173+99+201=473 (62% of max value = 765). Red value is 173 (67.97% from 255 or 36.58% from 473); Green value is 99 (39.06% from 255 or 20.93% from 473); Blue value is 201 (78.91% from 255 or 42.49% from 473); Max value from RGB is 201 - color contains mainly: blue. Hex color #AD63C9 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AD63C9 is #529C36. Grayscale: #848484. Windows color (decimal): -5413943 or 13198253. OLE color: 13198253.

HSL color Cylindrical-coordinate representation of color #AD63C9: hue angle of 283.53º degrees, saturation: 0.49, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #AD63C9 is Cyan = 0.14, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 173 99 201 -
CMYK 0.14 0.51 0 0.21
HSL 283.53º 0.49% 0.59% -
HSV(B) 283.53º 0.51% 0.79% -
XYZ 32.24 22.02 57.81 -
YUV 132.75 166.52 156.71 -
System Red Green Blue C M Y K H S L
Decimal 173 99 201 0.14 0.51 0 0.21 283.53 0.49 0.59
Hex AD 63 C9 E 33 0 15 11C 31 3B
Octal 255 143 311 16 63 0 25 434 61 73
Binary 10101101 1100011 11001001 1110 110011 0 10101 100011100 110001 111011

Color Harmonies of #AD63C9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD63C9

Black with #AD63C9

Text Example


Text Example

White with #AD63C9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD63C9; }

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

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

background-color css

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

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

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

border-color css

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

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

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