Html Css Color HEX #AD4DCC Medium Orchid

📋 copy color: '#AD4DCC'

red 173 ◦ green 77 ◦ blue 204

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

Shades of Medium Orchid #AD4DCC

Tints of Medium Orchid #AD4DCC

RGB

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

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

 BLUE value IS 204 (80.08% from 255) = 44.93%

R = 38.11%
G = 16.96%
B = 44.93%

CMYK

 C value IS 0.15

 M value IS 0.62

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#AD4DCC (or 0xAD4DCC) is known color: Medium Orchid. HEX triplet: AD, 4D and CC. RGB value is (173,77,204). Sum of RGB (Red+Green+Blue) = 173+77+204=454 (60% of max value = 765). Red value is 173 (67.97% from 255 or 38.11% from 454); Green value is 77 (30.47% from 255 or 16.96% from 454); Blue value is 204 (80.08% from 255 or 44.93% from 454); Max value from RGB is 204 - color contains mainly: blue. Hex color #AD4DCC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AD4DCC is #52B233. Grayscale: #777777. Windows color (decimal): -5419572 or 13389229. OLE color: 13389229.

HSL color Cylindrical-coordinate representation of color #AD4DCC: hue angle of 285.35º degrees, saturation: 0.55, 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 #AD4DCC is Cyan = 0.15, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 173 77 204 -
CMYK 0.15 0.62 0 0.2
HSL 285.35º 0.55% 0.55% -
HSV(B) 285.35º 0.62% 0.8% -
XYZ 30.79 18.55 59.08 -
YUV 120.18 175.3 165.67 -
System Red Green Blue C M Y K H S L
Decimal 173 77 204 0.15 0.62 0 0.2 285.35 0.55 0.55
Hex AD 4D CC F 3E 0 14 11D 37 37
Octal 255 115 314 17 76 0 24 435 67 67
Binary 10101101 1001101 11001100 1111 111110 0 10100 100011101 110111 110111

Color Harmonies of #AD4DCC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD4DCC

Black with #AD4DCC

Text Example


Text Example

White with #AD4DCC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD4DCC; }

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

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

background-color css

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

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

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

border-color css

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

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

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