Html Css Color HEX #E16ECD Orchid

📋 copy color: '#E16ECD'

red 225 ◦ green 110 ◦ blue 205

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

Shades of Orchid #E16ECD

Tints of Orchid #E16ECD

RGB

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

 GREEN value IS 110 (43.36% from 255) = 20.37%

 BLUE value IS 205 (80.47% from 255) = 37.96%

R = 41.67%
G = 20.37%
B = 37.96%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.09

 K value IS 0.12

RGB Variations

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

Color information

#E16ECD (or 0xE16ECD) is known color: Orchid. HEX triplet: E1, 6E and CD. RGB value is (225,110,205). Sum of RGB (Red+Green+Blue) = 225+110+205=540 (71% of max value = 765). Red value is 225 (88.28% from 255 or 41.67% from 540); Green value is 110 (43.36% from 255 or 20.37% from 540); Blue value is 205 (80.47% from 255 or 37.96% from 540); Max value from RGB is 225 - color contains mainly: red. Hex color #E16ECD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E16ECD is #1E9132. Grayscale: #9A9A9A. Windows color (decimal): -2003251 or 13463265. OLE color: 13463265.

HSL color Cylindrical-coordinate representation of color #E16ECD: hue angle of 310.43º degrees, saturation: 0.66, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #E16ECD is Cyan = 0, Magento = 0.51, Yellow = 0.09 and Black (K on CMYK) = 0.12.

Color convert

RGB 225 110 205 -
CMYK 0 0.51 0.09 0.12
HSL 310.43º 0.66% 0.66% -
HSV(B) 310.43º 0.51% 0.88% -
XYZ 47.65 31.57 61.34 -
YUV 155.22 156.1 177.78 -
System Red Green Blue C M Y K H S L
Decimal 225 110 205 0 0.51 0.09 0.12 310.43 0.66 0.66
Hex E1 6E CD 0 33 9 C 136 42 42
Octal 341 156 315 0 63 11 14 466 102 102
Binary 11100001 1101110 11001101 0 110011 1001 1100 100110110 1000010 1000010

Color Harmonies of #E16ECD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E16ECD

Black with #E16ECD

Text Example


Text Example

White with #E16ECD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E16ECD; }

 p { color: rgb(225,110,205); }

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

background-color css

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

 a { background-color: rgb(225,110,205); }

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

border-color css

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

 span { border-color: rgb(225,110,205); }

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