Html Css Color HEX #AD64CD Medium Orchid

📋 copy color: '#AD64CD'

red 173 ◦ green 100 ◦ blue 205

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

Shades of Medium Orchid #AD64CD

Tints of Medium Orchid #AD64CD

RGB

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

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

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

R = 36.19%
G = 20.92%
B = 42.89%

CMYK

 C value IS 0.16

 M value IS 0.51

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#AD64CD (or 0xAD64CD) is known color: Medium Orchid. HEX triplet: AD, 64 and CD. RGB value is (173,100,205). Sum of RGB (Red+Green+Blue) = 173+100+205=478 (63% of max value = 765). Red value is 173 (67.97% from 255 or 36.19% from 478); Green value is 100 (39.45% from 255 or 20.92% from 478); Blue value is 205 (80.47% from 255 or 42.89% from 478); Max value from RGB is 205 - color contains mainly: blue. Hex color #AD64CD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AD64CD is #529B32. Grayscale: #858585. Windows color (decimal): -5413683 or 13460653. OLE color: 13460653.

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

Color convert

RGB 173 100 205 -
CMYK 0.16 0.51 0 0.20
HSL 281.71º 0.51% 0.6% -
HSV(B) 281.71º 0.51% 0.8% -
XYZ 32.81 22.41 60.35 -
YUV 133.8 168.18 155.96 -
System Red Green Blue C M Y K H S L
Decimal 173 100 205 0.16 0.51 0 0.20 281.71 0.51 0.6
Hex AD 64 CD 10 33 0 14 11A 33 3C
Octal 255 144 315 20 63 0 24 432 63 74
Binary 10101101 1100100 11001101 10000 110011 0 10100 100011010 110011 111100

Color Harmonies of #AD64CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD64CD

Black with #AD64CD

Text Example


Text Example

White with #AD64CD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD64CD; }

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

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

background-color css

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

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

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

border-color css

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

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

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