#E17DE0

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

Shades of Orchid #E17DE0

Tints of Orchid #E17DE0

Color information

#E17DE0 (or 0xE17DE0) is unknown color: approx Orchid. HEX triplet: E1, 7D and E0. RGB value is (225,125,224). Sum of RGB (Red+Green+Blue) = 225+125+224=574 (76% of max value = 765). Red value is 225 (88.28% from 255 or 39.20% from 574); Green value is 125 (49.22% from 255 or 21.78% from 574); Blue value is 224 (87.89% from 255 or 39.02% from 574); Max value from RGB is 225 - color contains mainly: red. Hex color #E17DE0 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E17DE0 is #1E821F. Grayscale: #A5A5A5. Windows color (decimal): -1999392 or 14712289. OLE color: 14712289.

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

Color convert

RGB225125224-
CMYK00.440.000.12
HSL300.6º62.5%68.63%-
HSV(B)300.6º44.44%88.24%-
XYZ51.8436.0674.75-
YUV166.19160.63169.95-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 39.20%
GREEN value IS 125 (49.22% from 255) = 21.78%
BLUE value IS 224 (87.89% from 255) = 39.02%
R=39.20%
G=21.78%
B=39.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.00
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal22512522400.440.000.12300.662.568.63
HexE17DE002C0C12d3e45
Octal34117534005401445576105
Binary111000011111101111000000101100011001001011011111101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E17DE0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E17DE0; }

 p { color: rgb(225,125,224); }

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

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

 a { background-color: rgb(225,125,224); }

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

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

 span { border-color: rgb(225,125,224); }

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