Html Css Color HEX #AD64C2 Medium Orchid

📋 copy color: '#AD64C2'

red 173 ◦ green 100 ◦ blue 194

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

Shades of Medium Orchid #AD64C2

Tints of Medium Orchid #AD64C2

RGB

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

 GREEN value IS 100 (39.45% from 255) = 21.41%

 BLUE value IS 194 (76.17% from 255) = 41.54%

R = 37.04%
G = 21.41%
B = 41.54%

CMYK

 C value IS 0.11

 M value IS 0.48

 Y value IS 0

 K value IS 0.24

RGB Variations

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

Color information

#AD64C2 (or 0xAD64C2) is known color: Medium Orchid. HEX triplet: AD, 64 and C2. RGB value is (173,100,194). Sum of RGB (Red+Green+Blue) = 173+100+194=467 (61% of max value = 765). Red value is 173 (67.97% from 255 or 37.04% from 467); Green value is 100 (39.45% from 255 or 21.41% from 467); Blue value is 194 (76.17% from 255 or 41.54% from 467); Max value from RGB is 194 - color contains mainly: blue. Hex color #AD64C2 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AD64C2 is #529B3D. Grayscale: #848484. Windows color (decimal): -5413694 or 12739757. OLE color: 12739757.

HSL color Cylindrical-coordinate representation of color #AD64C2: hue angle of 286.6º degrees, saturation: 0.44, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #AD64C2 is Cyan = 0.11, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB 173 100 194 -
CMYK 0.11 0.48 0 0.24
HSL 286.6º 0.44% 0.58% -
HSV(B) 286.6º 0.48% 0.76% -
XYZ 31.53 21.89 53.6 -
YUV 132.54 162.68 156.86 -
System Red Green Blue C M Y K H S L
Decimal 173 100 194 0.11 0.48 0 0.24 286.6 0.44 0.58
Hex AD 64 C2 B 30 0 18 11F 2C 3A
Octal 255 144 302 13 60 0 30 437 54 72
Binary 10101101 1100100 11000010 1011 110000 0 11000 100011111 101100 111010

Color Harmonies of #AD64C2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD64C2

Black with #AD64C2

Text Example


Text Example

White with #AD64C2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD64C2; }

 p { color: rgb(173,100,194); }

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

background-color css

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

 a { background-color: rgb(173,100,194); }

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

border-color css

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

 span { border-color: rgb(173,100,194); }

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