#E86BDC

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

Shades of Orchid #E86BDC

Tints of Orchid #E86BDC

Color information

#E86BDC (or 0xE86BDC) is unknown color: approx Orchid. HEX triplet: E8, 6B and DC. RGB value is (232,107,220). Sum of RGB (Red+Green+Blue) = 232+107+220=559 (74% of max value = 765). Red value is 232 (91.02% from 255 or 41.50% from 559); Green value is 107 (42.19% from 255 or 19.14% from 559); Blue value is 220 (86.33% from 255 or 39.36% from 559); Max value from RGB is 232 - color contains mainly: red. Hex color #E86BDC is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #E86BDC is #179423. Grayscale: #9C9C9C. Windows color (decimal): -1545252 or 14445544. OLE color: 14445544.

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

Color convert

RGB232107220-
CMYK00.540.050.09
HSL305.76º73.1%66.47%-
HSV(B)305.76º53.88%90.98%-
XYZ51.4532.8471.34-
YUV157.26163.41181.31-

RGB Variations

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

RGB

RED value IS 232 (91.02% from 255) = 41.50%
GREEN value IS 107 (42.19% from 255) = 19.14%
BLUE value IS 220 (86.33% from 255) = 39.36%
R=41.50%
G=19.14%
B=39.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.05
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal23210722000.540.050.09305.7673.166.47
HexE86BDC036591324942
Octal350153334066511462111102
Binary111010001101011110111000110110101100110011001010010011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E86BDC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E86BDC; }

 p { color: rgb(232,107,220); }

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

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

 a { background-color: rgb(232,107,220); }

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

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

 span { border-color: rgb(232,107,220); }

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