Html Css Color HEX #AD63CD Medium Orchid

📋 copy color: '#AD63CD'

red 173 ◦ green 99 ◦ blue 205

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

Shades of Medium Orchid #AD63CD

Tints of Medium Orchid #AD63CD

RGB

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

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

 BLUE value IS 205 (80.47% from 255) = 42.98%

R = 36.27%
G = 20.75%
B = 42.98%

CMYK

 C value IS 0.16

 M value IS 0.52

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#AD63CD (or 0xAD63CD) is known color: Medium Orchid. HEX triplet: AD, 63 and CD. RGB value is (173,99,205). Sum of RGB (Red+Green+Blue) = 173+99+205=477 (63% of max value = 765). Red value is 173 (67.97% from 255 or 36.27% from 477); Green value is 99 (39.06% from 255 or 20.75% from 477); Blue value is 205 (80.47% from 255 or 42.98% from 477); Max value from RGB is 205 - color contains mainly: blue. Hex color #AD63CD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AD63CD is #529C32. Grayscale: #848484. Windows color (decimal): -5413939 or 13460397. OLE color: 13460397.

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

Color convert

RGB 173 99 205 -
CMYK 0.16 0.52 0 0.20
HSL 281.89º 0.51% 0.6% -
HSV(B) 281.89º 0.52% 0.8% -
XYZ 32.71 22.22 60.32 -
YUV 133.21 168.52 156.38 -
System Red Green Blue C M Y K H S L
Decimal 173 99 205 0.16 0.52 0 0.20 281.89 0.51 0.6
Hex AD 63 CD 10 34 0 14 11A 33 3C
Octal 255 143 315 20 64 0 24 432 63 74
Binary 10101101 1100011 11001101 10000 110100 0 10100 100011010 110011 111100

Color Harmonies of #AD63CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD63CD

Black with #AD63CD

Text Example


Text Example

White with #AD63CD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD63CD; }

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

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

background-color css

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

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

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

border-color css

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

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

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