Html Css Color HEX #E16DD4 Orchid

📋 copy color: '#E16DD4'

red 225 ◦ green 109 ◦ blue 212

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

Shades of Orchid #E16DD4

Tints of Orchid #E16DD4

RGB

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

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

 BLUE value IS 212 (83.2% from 255) = 38.83%

R = 41.21%
G = 19.96%
B = 38.83%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.06

 K value IS 0.12

RGB Variations

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

Color information

#E16DD4 (or 0xE16DD4) is known color: Orchid. HEX triplet: E1, 6D and D4. RGB value is (225,109,212). Sum of RGB (Red+Green+Blue) = 225+109+212=546 (72% of max value = 765). Red value is 225 (88.28% from 255 or 41.21% from 546); Green value is 109 (42.97% from 255 or 19.96% from 546); Blue value is 212 (83.20% from 255 or 38.83% from 546); Max value from RGB is 225 - color contains mainly: red. Hex color #E16DD4 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E16DD4 is #1E922B. Grayscale: #9B9B9B. Windows color (decimal): -2003500 or 13921761. OLE color: 13921761.

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

Color convert

RGB 225 109 212 -
CMYK 0 0.52 0.06 0.12
HSL 306.72º 0.66% 0.65% -
HSV(B) 306.72º 0.52% 0.88% -
XYZ 48.4 31.7 65.85 -
YUV 155.43 159.93 177.62 -
System Red Green Blue C M Y K H S L
Decimal 225 109 212 0 0.52 0.06 0.12 306.72 0.66 0.65
Hex E1 6D D4 0 34 6 C 133 42 41
Octal 341 155 324 0 64 6 14 463 102 101
Binary 11100001 1101101 11010100 0 110100 110 1100 100110011 1000010 1000001

Color Harmonies of #E16DD4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E16DD4

Black with #E16DD4

Text Example


Text Example

White with #E16DD4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E16DD4; }

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

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

background-color css

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

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

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

border-color css

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

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

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