Html Css Color HEX #AE4CDD Medium Orchid

📋 copy color: '#AE4CDD'

red 174 ◦ green 76 ◦ blue 221

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

Shades of Medium Orchid #AE4CDD

Tints of Medium Orchid #AE4CDD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 46.92%

R = 36.94%
G = 16.14%
B = 46.92%

CMYK

 C value IS 0.21

 M value IS 0.66

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#AE4CDD (or 0xAE4CDD) is known color: Medium Orchid. HEX triplet: AE, 4C and DD. RGB value is (174,76,221). Sum of RGB (Red+Green+Blue) = 174+76+221=471 (62% of max value = 765). Red value is 174 (68.36% from 255 or 36.94% from 471); Green value is 76 (30.08% from 255 or 16.14% from 471); Blue value is 221 (86.72% from 255 or 46.92% from 471); Max value from RGB is 221 - color contains mainly: blue. Hex color #AE4CDD is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AE4CDD is #51B322. Grayscale: #797979. Windows color (decimal): -5354275 or 14503086. OLE color: 14503086.

HSL color Cylindrical-coordinate representation of color #AE4CDD: hue angle of 280.55º degrees, saturation: 0.68, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #AE4CDD is Cyan = 0.21, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 174 76 221 -
CMYK 0.21 0.66 0 0.13
HSL 280.55º 0.68% 0.58% -
HSV(B) 280.55º 0.66% 0.87% -
XYZ 33.09 19.39 70.4 -
YUV 121.83 183.97 165.21 -
System Red Green Blue C M Y K H S L
Decimal 174 76 221 0.21 0.66 0 0.13 280.55 0.68 0.58
Hex AE 4C DD 15 42 0 D 119 44 3A
Octal 256 114 335 25 102 0 15 431 104 72
Binary 10101110 1001100 11011101 10101 1000010 0 1101 100011001 1000100 111010

Color Harmonies of #AE4CDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE4CDD

Black with #AE4CDD

Text Example


Text Example

White with #AE4CDD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE4CDD; }

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

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

background-color css

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

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

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

border-color css

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

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

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