Html Css Color HEX #AD63CE Medium Orchid

📋 copy color: '#AD63CE'

red 173 ◦ green 99 ◦ blue 206

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

Shades of Medium Orchid #AD63CE

Tints of Medium Orchid #AD63CE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 43.1%

R = 36.19%
G = 20.71%
B = 43.1%

CMYK

 C value IS 0.16

 M value IS 0.52

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#AD63CE (or 0xAD63CE) is known color: Medium Orchid. HEX triplet: AD, 63 and CE. RGB value is (173,99,206). Sum of RGB (Red+Green+Blue) = 173+99+206=478 (63% of max value = 765). Red value is 173 (67.97% from 255 or 36.19% from 478); Green value is 99 (39.06% from 255 or 20.71% from 478); Blue value is 206 (80.86% from 255 or 43.10% from 478); Max value from RGB is 206 - color contains mainly: blue. Hex color #AD63CE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AD63CE is #529C31. Grayscale: #848484. Windows color (decimal): -5413938 or 13525933. OLE color: 13525933.

HSL color Cylindrical-coordinate representation of color #AD63CE: hue angle of 281.5º degrees, saturation: 0.52, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #AD63CE is Cyan = 0.16, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 173 99 206 -
CMYK 0.16 0.52 0 0.19
HSL 281.5º 0.52% 0.6% -
HSV(B) 281.5º 0.52% 0.81% -
XYZ 32.84 22.26 60.96 -
YUV 133.32 169.02 156.3 -
System Red Green Blue C M Y K H S L
Decimal 173 99 206 0.16 0.52 0 0.19 281.5 0.52 0.6
Hex AD 63 CE 10 34 0 13 119 34 3C
Octal 255 143 316 20 64 0 23 431 64 74
Binary 10101101 1100011 11001110 10000 110100 0 10011 100011001 110100 111100

Color Harmonies of #AD63CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD63CE

Black with #AD63CE

Text Example


Text Example

White with #AD63CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD63CE; }

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

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

background-color css

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

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

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

border-color css

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

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

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