#E671CD

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

Shades of Orchid #E671CD

Tints of Orchid #E671CD

Color information

#E671CD (or 0xE671CD) is unknown color: approx Orchid. HEX triplet: E6, 71 and CD. RGB value is (230,113,205). Sum of RGB (Red+Green+Blue) = 230+113+205=548 (72% of max value = 765). Red value is 230 (90.23% from 255 or 41.97% from 548); Green value is 113 (44.53% from 255 or 20.62% from 548); Blue value is 205 (80.47% from 255 or 37.41% from 548); Max value from RGB is 230 - color contains mainly: red. Hex color #E671CD is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #E671CD is #198E32. Grayscale: #9E9E9E. Windows color (decimal): -1674803 or 13464038. OLE color: 13464038.

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

Color convert

RGB230113205-
CMYK00.510.110.10
HSL312.82º70.06%67.25%-
HSV(B)312.82º50.87%90.2%-
XYZ49.5633.0461.52-
YUV158.47154.26179.02-

RGB Variations

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

RGB

RED value IS 230 (90.23% from 255) = 41.97%
GREEN value IS 113 (44.53% from 255) = 20.62%
BLUE value IS 205 (80.47% from 255) = 37.41%
R=41.97%
G=20.62%
B=37.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.11
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal23011320500.510.110.10312.8270.0667.25
HexE671CD033BA1394643
Octal3461613150631312471106103
Binary1110011011100011100110101100111011101010011100110001101000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E671CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E671CD; }

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

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

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

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

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

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

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

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