Html Css Color HEX #E16DD8 Orchid

📋 copy color: '#E16DD8'

red 225 ◦ green 109 ◦ blue 216

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

Shades of Orchid #E16DD8

Tints of Orchid #E16DD8

RGB

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

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

 BLUE value IS 216 (84.77% from 255) = 39.27%

R = 40.91%
G = 19.82%
B = 39.27%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.04

 K value IS 0.12

RGB Variations

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

Color information

#E16DD8 (or 0xE16DD8) is known color: Orchid. HEX triplet: E1, 6D and D8. RGB value is (225,109,216). Sum of RGB (Red+Green+Blue) = 225+109+216=550 (72% of max value = 765). Red value is 225 (88.28% from 255 or 40.91% from 550); Green value is 109 (42.97% from 255 or 19.82% from 550); Blue value is 216 (84.77% from 255 or 39.27% from 550); Max value from RGB is 225 - color contains mainly: red. Hex color #E16DD8 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E16DD8 is #1E9227. Grayscale: #9B9B9B. Windows color (decimal): -2003496 or 14183905. OLE color: 14183905.

HSL color Cylindrical-coordinate representation of color #E16DD8: hue angle of 304.66º 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 #E16DD8 is Cyan = 0, Magento = 0.52, Yellow = 0.04 and Black (K on CMYK) = 0.12.

Color convert

RGB 225 109 216 -
CMYK 0 0.52 0.04 0.12
HSL 304.66º 0.66% 0.65% -
HSV(B) 304.66º 0.52% 0.88% -
XYZ 48.91 31.9 68.55 -
YUV 155.88 161.93 177.3 -
System Red Green Blue C M Y K H S L
Decimal 225 109 216 0 0.52 0.04 0.12 304.66 0.66 0.65
Hex E1 6D D8 0 34 4 C 131 42 41
Octal 341 155 330 0 64 4 14 461 102 101
Binary 11100001 1101101 11011000 0 110100 100 1100 100110001 1000010 1000001

Color Harmonies of #E16DD8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E16DD8

Black with #E16DD8

Text Example


Text Example

White with #E16DD8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E16DD8; }

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

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

background-color css

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

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

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

border-color css

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

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

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