Html Css Color HEX #AD4DCD Medium Orchid

📋 copy color: '#AD4DCD'

red 173 ◦ green 77 ◦ blue 205

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

Shades of Medium Orchid #AD4DCD

Tints of Medium Orchid #AD4DCD

RGB

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

 GREEN value IS 77 (30.47% from 255) = 16.92%

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

R = 38.02%
G = 16.92%
B = 45.05%

CMYK

 C value IS 0.16

 M value IS 0.62

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#AD4DCD (or 0xAD4DCD) is known color: Medium Orchid. HEX triplet: AD, 4D and CD. RGB value is (173,77,205). Sum of RGB (Red+Green+Blue) = 173+77+205=455 (60% of max value = 765). Red value is 173 (67.97% from 255 or 38.02% from 455); Green value is 77 (30.47% from 255 or 16.92% from 455); Blue value is 205 (80.47% from 255 or 45.05% from 455); Max value from RGB is 205 - color contains mainly: blue. Hex color #AD4DCD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AD4DCD is #52B232. Grayscale: #777777. Windows color (decimal): -5419571 or 13454765. OLE color: 13454765.

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

Color convert

RGB 173 77 205 -
CMYK 0.16 0.62 0 0.20
HSL 285º 0.56% 0.55% -
HSV(B) 285º 0.62% 0.8% -
XYZ 30.91 18.6 59.72 -
YUV 120.3 175.8 165.59 -
System Red Green Blue C M Y K H S L
Decimal 173 77 205 0.16 0.62 0 0.20 285 0.56 0.55
Hex AD 4D CD 10 3E 0 14 11D 38 37
Octal 255 115 315 20 76 0 24 435 70 67
Binary 10101101 1001101 11001101 10000 111110 0 10100 100011101 111000 110111

Color Harmonies of #AD4DCD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD4DCD

Black with #AD4DCD

Text Example


Text Example

White with #AD4DCD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD4DCD; }

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

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

background-color css

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

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

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

border-color css

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

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

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