Html Css Color HEX #AD64C3 Medium Orchid

📋 copy color: '#AD64C3'

red 173 ◦ green 100 ◦ blue 195

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

Shades of Medium Orchid #AD64C3

Tints of Medium Orchid #AD64C3

RGB

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

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

 BLUE value IS 195 (76.56% from 255) = 41.67%

R = 36.97%
G = 21.37%
B = 41.67%

CMYK

 C value IS 0.11

 M value IS 0.49

 Y value IS 0

 K value IS 0.24

RGB Variations

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

Color information

#AD64C3 (or 0xAD64C3) is known color: Medium Orchid. HEX triplet: AD, 64 and C3. RGB value is (173,100,195). Sum of RGB (Red+Green+Blue) = 173+100+195=468 (61% of max value = 765). Red value is 173 (67.97% from 255 or 36.97% from 468); Green value is 100 (39.45% from 255 or 21.37% from 468); Blue value is 195 (76.56% from 255 or 41.67% from 468); Max value from RGB is 195 - color contains mainly: blue. Hex color #AD64C3 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AD64C3 is #529B3C. Grayscale: #848484. Windows color (decimal): -5413693 or 12805293. OLE color: 12805293.

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

Color convert

RGB 173 100 195 -
CMYK 0.11 0.49 0 0.24
HSL 286.11º 0.44% 0.58% -
HSV(B) 286.11º 0.49% 0.76% -
XYZ 31.64 21.94 54.2 -
YUV 132.66 163.18 156.78 -
System Red Green Blue C M Y K H S L
Decimal 173 100 195 0.11 0.49 0 0.24 286.11 0.44 0.58
Hex AD 64 C3 B 31 0 18 11E 2C 3A
Octal 255 144 303 13 61 0 30 436 54 72
Binary 10101101 1100100 11000011 1011 110001 0 11000 100011110 101100 111010

Color Harmonies of #AD64C3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD64C3

Black with #AD64C3

Text Example


Text Example

White with #AD64C3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD64C3; }

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

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

background-color css

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

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

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

border-color css

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

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

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