#e371cd

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

Shades of Orchid #E371CD

Tints of Orchid #E371CD

Color information

#E371CD (or 0xE371CD) is unknown color: approx Orchid. HEX triplet: E3, 71 and CD. RGB value is (227,113,205). Sum of RGB (Red+Green+Blue) = 227+113+205=545 (72% of max value = 765). Red value is 227 (89.06% from 255 or 41.65% from 545); Green value is 113 (44.53% from 255 or 20.73% from 545); Blue value is 205 (80.47% from 255 or 37.61% from 545); Max value from RGB is 227 - color contains mainly: red. Hex color #E371CD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E371CD is #1C8E32. Grayscale: #9D9D9D. Windows color (decimal): -1871411 or 13464035. OLE color: 13464035.

HSL color Cylindrical-coordinate representation of color #E371CD: hue angle of 311.58º degrees, saturation: 0.67, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #E371CD is Cyan = 0, Magento = 0.50, Yellow = 0.10 and Black (K on CMYK) = 0.11.

Color convert

RGB227113205-
CMYK00.500.100.11
HSL311.58º67.06%66.67%-
HSV(B)311.58º50.22%89.02%-
XYZ48.632.5561.48-
YUV157.57154.77177.52-

RGB Variations

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

RGB

RED value IS 227 (89.06% from 255) = 41.65%
GREEN value IS 113 (44.53% from 255) = 20.73%
BLUE value IS 205 (80.47% from 255) = 37.61%
R=41.65%
G=20.73%
B=37.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.10
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal22711320500.500.100.11311.5867.0666.67
HexE371CD032AB1384343
Octal3431613150621213470103103
Binary1110001111100011100110101100101010101110011100010000111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #e371cd

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #e371cd; }

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

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

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

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

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

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

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

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