Html Css Color HEX #AD4CC8 Medium Orchid

📋 copy color: '#AD4CC8'

red 173 ◦ green 76 ◦ blue 200

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

Shades of Medium Orchid #AD4CC8

Tints of Medium Orchid #AD4CC8

RGB

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

 GREEN value IS 76 (30.08% from 255) = 16.93%

 BLUE value IS 200 (78.52% from 255) = 44.54%

R = 38.53%
G = 16.93%
B = 44.54%

CMYK

 C value IS 0.14

 M value IS 0.62

 Y value IS 0

 K value IS 0.22

RGB Variations

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

Color information

#AD4CC8 (or 0xAD4CC8) is known color: Medium Orchid. HEX triplet: AD, 4C and C8. RGB value is (173,76,200). Sum of RGB (Red+Green+Blue) = 173+76+200=449 (59% of max value = 765). Red value is 173 (67.97% from 255 or 38.53% from 449); Green value is 76 (30.08% from 255 or 16.93% from 449); Blue value is 200 (78.52% from 255 or 44.54% from 449); Max value from RGB is 200 - color contains mainly: blue. Hex color #AD4CC8 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AD4CC8 is #52B337. Grayscale: #767676. Windows color (decimal): -5419832 or 13126829. OLE color: 13126829.

HSL color Cylindrical-coordinate representation of color #AD4CC8: hue angle of 286.94º degrees, saturation: 0.53, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #AD4CC8 is Cyan = 0.14, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB 173 76 200 -
CMYK 0.14 0.62 0 0.22
HSL 286.94º 0.53% 0.54% -
HSV(B) 286.94º 0.62% 0.78% -
XYZ 30.24 18.22 56.57 -
YUV 119.14 173.64 166.42 -
System Red Green Blue C M Y K H S L
Decimal 173 76 200 0.14 0.62 0 0.22 286.94 0.53 0.54
Hex AD 4C C8 E 3E 0 16 11F 35 36
Octal 255 114 310 16 76 0 26 437 65 66
Binary 10101101 1001100 11001000 1110 111110 0 10110 100011111 110101 110110

Color Harmonies of #AD4CC8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD4CC8

Black with #AD4CC8

Text Example


Text Example

White with #AD4CC8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD4CC8; }

 p { color: rgb(173,76,200); }

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

background-color css

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

 a { background-color: rgb(173,76,200); }

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

border-color css

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

 span { border-color: rgb(173,76,200); }

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