#E170CE

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

Shades of Orchid #E170CE

Tints of Orchid #E170CE

Color information

#E170CE (or 0xE170CE) is unknown color: approx Orchid. HEX triplet: E1, 70 and CE. RGB value is (225,112,206). Sum of RGB (Red+Green+Blue) = 225+112+206=543 (71% of max value = 765). Red value is 225 (88.28% from 255 or 41.44% from 543); Green value is 112 (44.14% from 255 or 20.63% from 543); Blue value is 206 (80.86% from 255 or 37.94% from 543); Max value from RGB is 225 - color contains mainly: red. Hex color #E170CE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E170CE is #1E8F31. Grayscale: #9C9C9C. Windows color (decimal): -2002738 or 13529313. OLE color: 13529313.

HSL color Cylindrical-coordinate representation of color #E170CE: hue angle of 310.09º degrees, saturation: 0.65, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #E170CE is Cyan = 0, Magento = 0.50, Yellow = 0.08 and Black (K on CMYK) = 0.12.

Color convert

RGB225112206-
CMYK00.500.080.12
HSL310.09º65.32%66.08%-
HSV(B)310.09º50.22%88.24%-
XYZ47.9932.0562.05-
YUV156.5155.94176.86-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 41.44%
GREEN value IS 112 (44.14% from 255) = 20.63%
BLUE value IS 206 (80.86% from 255) = 37.94%
R=41.44%
G=20.63%
B=37.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.08
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal22511220600.500.080.12310.0965.3266.08
HexE170CE0328C1364142
Octal3411603160621014466101102
Binary1110000111100001100111001100101000110010011011010000011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E170CE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E170CE; }

 p { color: rgb(225,112,206); }

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

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

 a { background-color: rgb(225,112,206); }

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

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

 span { border-color: rgb(225,112,206); }

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