Html Css Color HEX #E16DC1 Orchid

📋 copy color: '#E16DC1'

red 225 ◦ green 109 ◦ blue 193

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

Shades of Orchid #E16DC1

Tints of Orchid #E16DC1

RGB

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

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

 BLUE value IS 193 (75.78% from 255) = 36.62%

R = 42.69%
G = 20.68%
B = 36.62%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.14

 K value IS 0.12

RGB Variations

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

Color information

#E16DC1 (or 0xE16DC1) is known color: Orchid. HEX triplet: E1, 6D and C1. RGB value is (225,109,193). Sum of RGB (Red+Green+Blue) = 225+109+193=527 (69% of max value = 765). Red value is 225 (88.28% from 255 or 42.69% from 527); Green value is 109 (42.97% from 255 or 20.68% from 527); Blue value is 193 (75.78% from 255 or 36.62% from 527); Max value from RGB is 225 - color contains mainly: red. Hex color #E16DC1 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E16DC1 is #1E923E. Grayscale: #999999. Windows color (decimal): -2003519 or 12676577. OLE color: 12676577.

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

Color convert

RGB 225 109 193 -
CMYK 0 0.52 0.14 0.12
HSL 316.55º 0.66% 0.65% -
HSV(B) 316.55º 0.52% 0.88% -
XYZ 46.15 30.8 53.96 -
YUV 153.26 150.43 179.17 -
System Red Green Blue C M Y K H S L
Decimal 225 109 193 0 0.52 0.14 0.12 316.55 0.66 0.65
Hex E1 6D C1 0 34 E C 13D 42 41
Octal 341 155 301 0 64 16 14 475 102 101
Binary 11100001 1101101 11000001 0 110100 1110 1100 100111101 1000010 1000001

Color Harmonies of #E16DC1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E16DC1

Black with #E16DC1

Text Example


Text Example

White with #E16DC1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E16DC1; }

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

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

background-color css

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

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

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

border-color css

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

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

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