Html Css Color HEX #E16DC0 Orchid

📋 copy color: '#E16DC0'

red 225 ◦ green 109 ◦ blue 192

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

Shades of Orchid #E16DC0

Tints of Orchid #E16DC0

RGB

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

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

 BLUE value IS 192 (75.39% from 255) = 36.5%

R = 42.78%
G = 20.72%
B = 36.5%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.15

 K value IS 0.12

RGB Variations

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

Color information

#E16DC0 (or 0xE16DC0) is known color: Orchid. HEX triplet: E1, 6D and C0. RGB value is (225,109,192). Sum of RGB (Red+Green+Blue) = 225+109+192=526 (69% of max value = 765). Red value is 225 (88.28% from 255 or 42.78% from 526); Green value is 109 (42.97% from 255 or 20.72% from 526); Blue value is 192 (75.39% from 255 or 36.50% from 526); Max value from RGB is 225 - color contains mainly: red. Hex color #E16DC0 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E16DC0 is #1E923F. Grayscale: #989898. Windows color (decimal): -2003520 or 12611041. OLE color: 12611041.

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

Color convert

RGB 225 109 192 -
CMYK 0 0.52 0.15 0.12
HSL 317.07º 0.66% 0.65% -
HSV(B) 317.07º 0.52% 0.88% -
XYZ 46.03 30.75 53.38 -
YUV 153.15 149.93 179.25 -
System Red Green Blue C M Y K H S L
Decimal 225 109 192 0 0.52 0.15 0.12 317.07 0.66 0.65
Hex E1 6D C0 0 34 F C 13D 42 41
Octal 341 155 300 0 64 17 14 475 102 101
Binary 11100001 1101101 11000000 0 110100 1111 1100 100111101 1000010 1000001

Color Harmonies of #E16DC0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E16DC0

Black with #E16DC0

Text Example


Text Example

White with #E16DC0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E16DC0; }

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

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

background-color css

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

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

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

border-color css

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

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

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