Html Css Color HEX #AD64D3 Medium Orchid

📋 copy color: '#AD64D3'

red 173 ◦ green 100 ◦ blue 211

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

Shades of Medium Orchid #AD64D3

Tints of Medium Orchid #AD64D3

RGB

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

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

 BLUE value IS 211 (82.81% from 255) = 43.6%

R = 35.74%
G = 20.66%
B = 43.6%

CMYK

 C value IS 0.18

 M value IS 0.53

 Y value IS 0

 K value IS 0.17

RGB Variations

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

Color information

#AD64D3 (or 0xAD64D3) is known color: Medium Orchid. HEX triplet: AD, 64 and D3. RGB value is (173,100,211). Sum of RGB (Red+Green+Blue) = 173+100+211=484 (64% of max value = 765). Red value is 173 (67.97% from 255 or 35.74% from 484); Green value is 100 (39.45% from 255 or 20.66% from 484); Blue value is 211 (82.81% from 255 or 43.60% from 484); Max value from RGB is 211 - color contains mainly: blue. Hex color #AD64D3 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AD64D3 is #529B2C. Grayscale: #868686. Windows color (decimal): -5413677 or 13853869. OLE color: 13853869.

HSL color Cylindrical-coordinate representation of color #AD64D3: hue angle of 279.46º degrees, saturation: 0.56, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #AD64D3 is Cyan = 0.18, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.17.

Color convert

RGB 173 100 211 -
CMYK 0.18 0.53 0 0.17
HSL 279.46º 0.56% 0.61% -
HSV(B) 279.46º 0.53% 0.83% -
XYZ 33.55 22.7 64.24 -
YUV 134.48 171.18 155.47 -
System Red Green Blue C M Y K H S L
Decimal 173 100 211 0.18 0.53 0 0.17 279.46 0.56 0.61
Hex AD 64 D3 12 35 0 11 117 38 3D
Octal 255 144 323 22 65 0 21 427 70 75
Binary 10101101 1100100 11010011 10010 110101 0 10001 100010111 111000 111101

Color Harmonies of #AD64D3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD64D3

Black with #AD64D3

Text Example


Text Example

White with #AD64D3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD64D3; }

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

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

background-color css

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

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

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

border-color css

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

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

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