Html Css Color HEX #AE4CDC Medium Orchid

📋 copy color: '#AE4CDC'

red 174 ◦ green 76 ◦ blue 220

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

Shades of Medium Orchid #AE4CDC

Tints of Medium Orchid #AE4CDC

RGB

 RED value IS 174 (68.36% from 255) = 37.02%

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

 BLUE value IS 220 (86.33% from 255) = 46.81%

R = 37.02%
G = 16.17%
B = 46.81%

CMYK

 C value IS 0.21

 M value IS 0.65

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#AE4CDC (or 0xAE4CDC) is known color: Medium Orchid. HEX triplet: AE, 4C and DC. RGB value is (174,76,220). Sum of RGB (Red+Green+Blue) = 174+76+220=470 (62% of max value = 765). Red value is 174 (68.36% from 255 or 37.02% from 470); Green value is 76 (30.08% from 255 or 16.17% from 470); Blue value is 220 (86.33% from 255 or 46.81% from 470); Max value from RGB is 220 - color contains mainly: blue. Hex color #AE4CDC is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AE4CDC is #51B323. Grayscale: #797979. Windows color (decimal): -5354276 or 14437550. OLE color: 14437550.

HSL color Cylindrical-coordinate representation of color #AE4CDC: hue angle of 280.83º degrees, saturation: 0.67, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #AE4CDC is Cyan = 0.21, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 174 76 220 -
CMYK 0.21 0.65 0 0.14
HSL 280.83º 0.67% 0.58% -
HSV(B) 280.83º 0.65% 0.86% -
XYZ 32.96 19.33 69.71 -
YUV 121.72 183.47 165.29 -
System Red Green Blue C M Y K H S L
Decimal 174 76 220 0.21 0.65 0 0.14 280.83 0.67 0.58
Hex AE 4C DC 15 41 0 E 119 43 3A
Octal 256 114 334 25 101 0 16 431 103 72
Binary 10101110 1001100 11011100 10101 1000001 0 1110 100011001 1000011 111010

Color Harmonies of #AE4CDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE4CDC

Black with #AE4CDC

Text Example


Text Example

White with #AE4CDC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE4CDC; }

 p { color: rgb(174,76,220); }

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

background-color css

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

 a { background-color: rgb(174,76,220); }

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

border-color css

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

 span { border-color: rgb(174,76,220); }

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