#E17FDE

Color #E17FDE Orchid (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Orchid #E17FDE

Tints of Orchid #E17FDE

Color information

#E17FDE (or 0xE17FDE) is unknown color: approx 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

RGB225127222-
CMYK00.440.010.12
HSL301.84º62.03%69.02%-
HSV(B)301.84º43.56%88.24%-
XYZ51.8336.4673.41-
YUV167.13158.97169.28-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 39.20%
GREEN value IS 127 (50% from 255) = 22.13%
BLUE value IS 222 (87.11% from 255) = 38.68%
R=39.20%
G=22.13%
B=38.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.01
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal22512722200.440.010.12301.8462.0369.02
HexE17FDE02C1C12e3e45
Octal34117733605411445676105
Binary111000011111111110111100101100111001001011101111101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E17FDE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>