#E46FCD

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

Shades of Orchid #E46FCD

Tints of Orchid #E46FCD

Color information

#E46FCD (or 0xE46FCD) is unknown color: approx Orchid. HEX triplet: E4, 6F and CD. RGB value is (228,111,205). Sum of RGB (Red+Green+Blue) = 228+111+205=544 (72% of max value = 765). Red value is 228 (89.45% from 255 or 41.91% from 544); Green value is 111 (43.75% from 255 or 20.40% from 544); Blue value is 205 (80.47% from 255 or 37.68% from 544); Max value from RGB is 228 - color contains mainly: red. Hex color #E46FCD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E46FCD is #1B9032. Grayscale: #9C9C9C. Windows color (decimal): -1806387 or 13463524. OLE color: 13463524.

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

Color convert

RGB228111205-
CMYK00.510.100.11
HSL311.79º68.42%66.47%-
HSV(B)311.79º51.32%89.41%-
XYZ48.732.2761.42-
YUV156.7155.26178.86-

RGB Variations

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

RGB

RED value IS 228 (89.45% from 255) = 41.91%
GREEN value IS 111 (43.75% from 255) = 20.40%
BLUE value IS 205 (80.47% from 255) = 37.68%
R=41.91%
G=20.40%
B=37.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.10
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal22811120500.510.100.11311.7968.4266.47
HexE46FCD033AB1384442
Octal3441573150631213470104102
Binary1110010011011111100110101100111010101110011100010001001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E46FCD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E46FCD; }

 p { color: rgb(228,111,205); }

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

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

 a { background-color: rgb(228,111,205); }

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

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

 span { border-color: rgb(228,111,205); }

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