Html Css Color HEX #E16DCE Orchid

📋 copy color: '#E16DCE'

red 225 ◦ green 109 ◦ blue 206

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

Shades of Orchid #E16DCE

Tints of Orchid #E16DCE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 38.15%

R = 41.67%
G = 20.19%
B = 38.15%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.08

 K value IS 0.12

RGB Variations

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

Color information

#E16DCE (or 0xE16DCE) is known color: Orchid. HEX triplet: E1, 6D and CE. RGB value is (225,109,206). Sum of RGB (Red+Green+Blue) = 225+109+206=540 (71% of max value = 765). Red value is 225 (88.28% from 255 or 41.67% from 540); Green value is 109 (42.97% from 255 or 20.19% from 540); Blue value is 206 (80.86% from 255 or 38.15% from 540); Max value from RGB is 225 - color contains mainly: red. Hex color #E16DCE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E16DCE is #1E9231. Grayscale: #9A9A9A. Windows color (decimal): -2003506 or 13528545. OLE color: 13528545.

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

Color convert

RGB 225 109 206 -
CMYK 0 0.52 0.08 0.12
HSL 309.83º 0.66% 0.65% -
HSV(B) 309.83º 0.52% 0.88% -
XYZ 47.66 31.4 61.94 -
YUV 154.74 156.93 178.11 -
System Red Green Blue C M Y K H S L
Decimal 225 109 206 0 0.52 0.08 0.12 309.83 0.66 0.65
Hex E1 6D CE 0 34 8 C 136 42 41
Octal 341 155 316 0 64 10 14 466 102 101
Binary 11100001 1101101 11001110 0 110100 1000 1100 100110110 1000010 1000001

Color Harmonies of #E16DCE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E16DCE

Black with #E16DCE

Text Example


Text Example

White with #E16DCE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E16DCE; }

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

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

background-color css

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

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

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

border-color css

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

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

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