#E971CD

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

Shades of Orchid #E971CD

Tints of Orchid #E971CD

Color information

#E971CD (or 0xE971CD) is unknown color: approx Orchid. HEX triplet: E9, 71 and CD. RGB value is (233,113,205). Sum of RGB (Red+Green+Blue) = 233+113+205=551 (72% of max value = 765). Red value is 233 (91.41% from 255 or 42.29% from 551); Green value is 113 (44.53% from 255 or 20.51% from 551); Blue value is 205 (80.47% from 255 or 37.21% from 551); Max value from RGB is 233 - color contains mainly: red. Hex color #E971CD is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #E971CD is #168E32. Grayscale: #9F9F9F. Windows color (decimal): -1478195 or 13464041. OLE color: 13464041.

HSL color Cylindrical-coordinate representation of color #E971CD: hue angle of 314º degrees, saturation: 0.73, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #E971CD is Cyan = 0, Magento = 0.52, Yellow = 0.12 and Black (K on CMYK) = 0.09.

Color convert

RGB233113205-
CMYK00.520.120.09
HSL314º73.17%67.84%-
HSV(B)314º51.5%91.37%-
XYZ50.5333.5461.57-
YUV159.37153.76180.52-

RGB Variations

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

RGB

RED value IS 233 (91.41% from 255) = 42.29%
GREEN value IS 113 (44.53% from 255) = 20.51%
BLUE value IS 205 (80.47% from 255) = 37.21%
R=42.29%
G=20.51%
B=37.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.12
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal23311320500.520.120.0931473.1767.84
HexE971CD034C913a4944
Octal3511613150641411472111104
Binary1110100111100011100110101101001100100110011101010010011000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E971CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E971CD; }

 p { color: rgb(233,113,205); }

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

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

 a { background-color: rgb(233,113,205); }

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

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

 span { border-color: rgb(233,113,205); }

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