#E17FDF

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

Shades of Orchid #E17FDF

Tints of Orchid #E17FDF

Color information

#E17FDF (or 0xE17FDF) is unknown color: approx Orchid. HEX triplet: E1, 7F and DF. RGB value is (225,127,223). Sum of RGB (Red+Green+Blue) = 225+127+223=575 (76% of max value = 765). Red value is 225 (88.28% from 255 or 39.13% from 575); Green value is 127 (50% from 255 or 22.09% from 575); Blue value is 223 (87.5% from 255 or 38.78% from 575); Max value from RGB is 225 - color contains mainly: red. Hex color #E17FDF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E17FDF is #1E8020. Grayscale: #A6A6A6. Windows color (decimal): -1998881 or 14647265. OLE color: 14647265.

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

Color convert

RGB225127223-
CMYK00.440.010.12
HSL301.22º62.03%69.02%-
HSV(B)301.22º43.56%88.24%-
XYZ51.9636.5174.12-
YUV167.25159.47169.19-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 39.13%
GREEN value IS 127 (50% from 255) = 22.09%
BLUE value IS 223 (87.5% from 255) = 38.78%
R=39.13%
G=22.09%
B=38.78%

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
Decimal22512722300.440.010.12301.2262.0369.02
HexE17FDF02C1C12d3e45
Octal34117733705411445576105
Binary111000011111111110111110101100111001001011011111101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E17FDF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E17FDF; }

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

 H1.HeaderClassName
 {
   color: #E17FDF;
 }
 .AnyTagClassName
 {
   color: #E17FDF;
 }
</style>
background-color css

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

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

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

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

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

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