Html Css Color HEX #E17ECF Orchid

📋 copy color: '#E17ECF'

red 225 ◦ green 126 ◦ blue 207

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

Shades of Orchid #E17ECF

Tints of Orchid #E17ECF

RGB

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

 GREEN value IS 126 (49.61% from 255) = 22.58%

 BLUE value IS 207 (81.25% from 255) = 37.1%

R = 40.32%
G = 22.58%
B = 37.1%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.08

 K value IS 0.12

RGB Variations

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

Color information

#E17ECF (or 0xE17ECF) is known color: Orchid. HEX triplet: E1, 7E and CF. RGB value is (225,126,207). Sum of RGB (Red+Green+Blue) = 225+126+207=558 (73% of max value = 765). Red value is 225 (88.28% from 255 or 40.32% from 558); Green value is 126 (49.61% from 255 or 22.58% from 558); Blue value is 207 (81.25% from 255 or 37.10% from 558); Max value from RGB is 225 - color contains mainly: red. Hex color #E17ECF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E17ECF is #1E8130. Grayscale: #A4A4A4. Windows color (decimal): -1999153 or 13598433. OLE color: 13598433.

HSL color Cylindrical-coordinate representation of color #E17ECF: hue angle of 310.91º degrees, saturation: 0.62, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #E17ECF is Cyan = 0, Magento = 0.44, Yellow = 0.08 and Black (K on CMYK) = 0.12.

Color convert

RGB 225 126 207 -
CMYK 0 0.44 0.08 0.12
HSL 310.91º 0.62% 0.69% -
HSV(B) 310.91º 0.44% 0.88% -
XYZ 49.77 35.43 63.25 -
YUV 164.84 151.8 170.91 -
System Red Green Blue C M Y K H S L
Decimal 225 126 207 0 0.44 0.08 0.12 310.91 0.62 0.69
Hex E1 7E CF 0 2C 8 C 137 3E 45
Octal 341 176 317 0 54 10 14 467 76 105
Binary 11100001 1111110 11001111 0 101100 1000 1100 100110111 111110 1000101

Color Harmonies of #E17ECF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E17ECF

Black with #E17ECF

Text Example


Text Example

White with #E17ECF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E17ECF; }

 p { color: rgb(225,126,207); }

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

background-color css

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

 a { background-color: rgb(225,126,207); }

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

border-color css

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

 span { border-color: rgb(225,126,207); }

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