Html Css Color HEX #E17FDE Orchid

📋 copy color: '#E17FDE'

red 225 ◦ green 127 ◦ blue 222

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

Shades of Orchid #E17FDE

Tints of Orchid #E17FDE

RGB

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

 GREEN value IS 127 (50% from 255) = 22.13%

 BLUE value IS 222 (87.11% from 255) = 38.68%

R = 39.2%
G = 22.13%
B = 38.68%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.01

 K value IS 0.12

RGB Variations

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

Color information

#E17FDE (or 0xE17FDE) is known color: Orchid. HEX triplet: E1, 7F and DE. RGB value is (225,127,222). Sum of RGB (Red+Green+Blue) = 225+127+222=574 (76% of max value = 765). Red value is 225 (88.28% from 255 or 39.20% from 574); Green value is 127 (50% from 255 or 22.13% from 574); Blue value is 222 (87.11% from 255 or 38.68% from 574); Max value from RGB is 225 - color contains mainly: red. Hex color #E17FDE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E17FDE is #1E8021. Grayscale: #A6A6A6. Windows color (decimal): -1998882 or 14581729. OLE color: 14581729.

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

Color convert

RGB 225 127 222 -
CMYK 0 0.44 0.01 0.12
HSL 301.84º 0.62% 0.69% -
HSV(B) 301.84º 0.44% 0.88% -
XYZ 51.83 36.46 73.41 -
YUV 167.13 158.97 169.28 -
System Red Green Blue C M Y K H S L
Decimal 225 127 222 0 0.44 0.01 0.12 301.84 0.62 0.69
Hex E1 7F DE 0 2C 1 C 12E 3E 45
Octal 341 177 336 0 54 1 14 456 76 105
Binary 11100001 1111111 11011110 0 101100 1 1100 100101110 111110 1000101

Color Harmonies of #E17FDE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E17FDE

Black with #E17FDE

Text Example


Text Example

White with #E17FDE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E17FDE; }

 p { color: rgb(225,127,222); }

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

background-color css

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

 a { background-color: rgb(225,127,222); }

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

border-color css

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

 span { border-color: rgb(225,127,222); }

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