Html Css Color HEX #E16DD5 Orchid

📋 copy color: '#E16DD5'

red 225 ◦ green 109 ◦ blue 213

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

Shades of Orchid #E16DD5

Tints of Orchid #E16DD5

RGB

 RED value IS 225 (88.28% from 255) = 41.13%

 GREEN value IS 109 (42.97% from 255) = 19.93%

 BLUE value IS 213 (83.59% from 255) = 38.94%

R = 41.13%
G = 19.93%
B = 38.94%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.05

 K value IS 0.12

RGB Variations

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

Color information

#E16DD5 (or 0xE16DD5) is known color: Orchid. HEX triplet: E1, 6D and D5. RGB value is (225,109,213). Sum of RGB (Red+Green+Blue) = 225+109+213=547 (72% of max value = 765). Red value is 225 (88.28% from 255 or 41.13% from 547); Green value is 109 (42.97% from 255 or 19.93% from 547); Blue value is 213 (83.59% from 255 or 38.94% from 547); Max value from RGB is 225 - color contains mainly: red. Hex color #E16DD5 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E16DD5 is #1E922A. Grayscale: #9B9B9B. Windows color (decimal): -2003499 or 13987297. OLE color: 13987297.

HSL color Cylindrical-coordinate representation of color #E16DD5: hue angle of 306.21º degrees, saturation: 0.66, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #E16DD5 is Cyan = 0, Magento = 0.52, Yellow = 0.05 and Black (K on CMYK) = 0.12.

Color convert

RGB 225 109 213 -
CMYK 0 0.52 0.05 0.12
HSL 306.21º 0.66% 0.65% -
HSV(B) 306.21º 0.52% 0.88% -
XYZ 48.53 31.75 66.52 -
YUV 155.54 160.43 177.54 -
System Red Green Blue C M Y K H S L
Decimal 225 109 213 0 0.52 0.05 0.12 306.21 0.66 0.65
Hex E1 6D D5 0 34 5 C 132 42 41
Octal 341 155 325 0 64 5 14 462 102 101
Binary 11100001 1101101 11010101 0 110100 101 1100 100110010 1000010 1000001

Color Harmonies of #E16DD5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E16DD5

Black with #E16DD5

Text Example


Text Example

White with #E16DD5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E16DD5; }

 p { color: rgb(225,109,213); }

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

background-color css

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

 a { background-color: rgb(225,109,213); }

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

border-color css

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

 span { border-color: rgb(225,109,213); }

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